uml-utilities: fix build, how did that ever work?
This commit is contained in:
parent
1935e4e068
commit
5f9f5557da
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'uml-utilities'
|
||||
pkgname=uml-utilities
|
||||
version=20070815
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc=tools-${version}
|
||||
build_style=gnu-makefile
|
||||
makedepends="readline-devel fuse-devel"
|
||||
|
@ -14,7 +14,5 @@ checksum=f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e
|
|||
|
||||
pre_build() {
|
||||
sed -i -e "s|lib64|lib|" Makefile
|
||||
for f in $(find ${wrksrc} -type f -name Makefile); do
|
||||
sed -e 's,install -s,install ,g' -i ${f}
|
||||
done
|
||||
sed -i -e "s|-o|-m|" humfsify/Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue