summaryrefslogtreecommitdiffstats
path: root/base/pkgutils
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkgutils')
-rw-r--r--base/pkgutils/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/pkgutils/Pkgfile b/base/pkgutils/Pkgfile
index a139cc814..4b58c36bf 100644
--- a/base/pkgutils/Pkgfile
+++ b/base/pkgutils/Pkgfile
@@ -16,12 +16,12 @@ make DESTDIR=$PKG install
case `uname -m` in
x86_64)
sed -i "s/march=native/mtune=generic/" $PKG/etc/pkgmk.conf
- sed -i "/\".md5sum\"/\".md5sum.x86_64\"/" $PKG/usr/bin/pkgmk
- sed -i "/\".footprint\"/\".footprint.x86_64\"/" $PKG/usr/bin/pkgmk;;
+ sed -i "s/\".md5sum\"/\".md5sum.x86_64\"/" $PKG/usr/bin/pkgmk
+ sed -i "s/\".footprint\"/\".footprint.x86_64\"/" $PKG/usr/bin/pkgmk;;
i?86)
sed -i "s/native/i686/" $PKG/etc/pkgmk.conf
- sed -i "/\".md5sum\"/\".md5sum.i686\"/" $PKG/usr/bin/pkgmk
- sed -i "/\".footprint\"/\".footprint.i686\"/" $PKG/usr/bin/pkgmk;;
+ sed -i "s/\".md5sum\"/\".md5sum.i686\"/" $PKG/usr/bin/pkgmk
+ sed -i "s/\".footprint\"/\".footprint.i686\"/" $PKG/usr/bin/pkgmk;;
esac
mv $PKG/usr/man \
$PKG/usr/share/man