FS#75043 - [e2fsprogs] SS_DIR and ET_DIR no longer exist

Attached to Project: Arch Linux
Opened by Firas Khalil Khana (firasuke) - Saturday, 11 June 2022, 22:31 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 13 June 2022, 12:54 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Having read the `PKGBUILD` file of the `e2fsprogs` package, I found the following lines:

```
...
# remove references to build directory
sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
...
```

After examining both `/usr/bin/mk_cmds` and `/usr/bin/compile_et` it seems that `SS_DIR` and `ET_DIR` are now called `DIR`, and the changes being made are redundant.

Additional info:
Package Version: 1.46.5
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 13 June 2022, 12:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.46.5-4

Loading...