frok from rsync://littlefoxpro.xyz/repository/leaf
This commit is contained in:
9
INSTALL.sh
Normal file
9
INSTALL.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source leaf.conf
|
||||
|
||||
install -vdm755 $DIST_DIR $BUILD_DIR $PKGBUILD_DIR $TRACE_DIR $HOOK_DIR $BINARY_DIR $TEMP_DIR
|
||||
touch $INSTALLED_PACKAGES
|
||||
chmod -v 644 $INSTALLED_PACKAGES
|
||||
install -vDm644 leaf.conf -t /etc
|
||||
install -vDm755 leaf -t /usr/bin
|
||||
Reference in New Issue
Block a user