make /etc directory
This commit is contained in:
parent
16d26fe55f
commit
7213a5ad1c
1 changed files with 1 additions and 0 deletions
1
install
1
install
|
|
@ -26,6 +26,7 @@ SCRIPTS_DIR=$INSTALL_DIR/usr/share/libalpm/hooks.bin/snap-pac/
|
||||||
HOOKS_DIR=$INSTALL_DIR/usr/share/libalpm/hooks/
|
HOOKS_DIR=$INSTALL_DIR/usr/share/libalpm/hooks/
|
||||||
install -d $HOOKS_DIR
|
install -d $HOOKS_DIR
|
||||||
install -d $SCRIPTS_DIR
|
install -d $SCRIPTS_DIR
|
||||||
|
install -d $INSTALL_DIR/etc
|
||||||
install -Dm 755 snapper-pre $SCRIPTS_DIR
|
install -Dm 755 snapper-pre $SCRIPTS_DIR
|
||||||
install -Dm 755 snapper-post $SCRIPTS_DIR
|
install -Dm 755 snapper-post $SCRIPTS_DIR
|
||||||
install -Dm 755 snap-pac-clean $SCRIPTS_DIR
|
install -Dm 755 snap-pac-clean $SCRIPTS_DIR
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue