summaryrefslogtreecommitdiff
path: root/repo/core/sed.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-12 23:04:23 +0000
committerdavidovski <david@davidovski.xyz>2022-01-12 23:04:23 +0000
commit1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch)
tree2c850782b81eef5238416557438836c342da9165 /repo/core/sed.xibuild
parent7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff)
updated all build files based on lfs
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
}