summaryrefslogtreecommitdiff
path: root/repo/util/webfs.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/webfs.xibuild')
-rw-r--r--repo/util/webfs.xibuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/repo/util/webfs.xibuild b/repo/util/webfs.xibuild
index 5b09682..ab76812 100644
--- a/repo/util/webfs.xibuild
+++ b/repo/util/webfs.xibuild
@@ -7,11 +7,14 @@ PKG_VER=1.21
SOURCE=https://www.kraxel.org/releases/webfs/webfs-$PKG_VER.tar.gz
DESC="A simple instant server for static http content"
+prepare () {
+ mv GNUmakefile Makefile
+}
+
build() {
- ./configure --prefix=/usr
make
}
package () {
- make DESTDIR=$PKG_DEST install
+ make prefix=/usr DESTDIR=$PKG_DEST install
}