fix: symlink target passepartout.sh → passepartout
This commit is contained in:
@@ -115,7 +115,7 @@ setup_system() {
|
|||||||
# Move test files to tests/ directory
|
# Move test files to tests/ directory
|
||||||
find "$PASSEPARTOUT_DATA_DIR/lisp" -name "*-tests.lisp" -exec mv {} "$PASSEPARTOUT_DATA_DIR/tests/" \; 2>/dev/null || true
|
find "$PASSEPARTOUT_DATA_DIR/lisp" -name "*-tests.lisp" -exec mv {} "$PASSEPARTOUT_DATA_DIR/tests/" \; 2>/dev/null || true
|
||||||
|
|
||||||
ln -sf "$SCRIPT_DIR/passepartout.sh" "$PASSEPARTOUT_BIN_DIR/passepartout"
|
ln -sf "$SCRIPT_DIR/passepartout" "$PASSEPARTOUT_BIN_DIR/passepartout"
|
||||||
|
|
||||||
if [ "$WITH_FIREWALL" = true ]; then
|
if [ "$WITH_FIREWALL" = true ]; then
|
||||||
case $(detect_distro) in
|
case $(detect_distro) in
|
||||||
|
|||||||
Reference in New Issue
Block a user