From 6e12136abcc87d0d7b79e04a41a3e6da3ab87960 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 25 Apr 2016 11:42:35 -0500 Subject: [PATCH] fix typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index dd63013..ca8899e 100755 --- a/install +++ b/install @@ -32,5 +32,5 @@ install -Dm 755 snap-pac-clean $SCRIPTS_DIR install -Dm 644 10_snapper-pre.hook $HOOKS_DIR install -Dm 644 10_snapper-post.hook $HOOKS_DIR install -Dm 644 20_snap-pac-clean.hook $HOOKS_DIR -install -Dm 644 snap-pac.conf /etc/ +install -Dm 644 snap-pac.conf $INSTALL_DIR/etc/ install -Dm 644 LICENSE "$INSTALL_DIR/usr/share/licenses/snap-pac/LICENSE"