summaryrefslogtreecommitdiff
path: root/repo/core/sed.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/sed.xibuild')
-rw-r--r--repo/core/sed.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/sed.xibuild b/repo/core/sed.xibuild
index d68d586..0384f6c 100644
--- a/repo/core/sed.xibuild
+++ b/repo/core/sed.xibuild
@@ -9,11 +9,11 @@ build () {
./configure --prefix=/usr
make
make html
-
- make DESTDIR=$PKG_DEST install
}
package () {
+ make DESTDIR=$PKG_DEST install
+
install -d -m755 $PKG_DEST/usr/share/doc/sed-4.8
install -m644 doc/sed.html $PKG_DEST/usr/share/doc/sed-4.8
}