diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-21 21:01:04 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-01-23 01:16:52 +0000 |
commit | 01a9bfeb0df70a6c8ee9a0396059c8b0d63da987 (patch) | |
tree | 49762adad4dab02a9d58b9dd9afe6f396681fe68 /network/owncloud-client | |
parent | 91aa59e089f9752de137f3ae95a72a0a416724ea (diff) | |
download | slackbuilds-01a9bfeb0df70a6c8ee9a0396059c8b0d63da987.tar.gz |
network/owncloud-client: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client')
-rw-r--r-- | network/owncloud-client/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/owncloud-client/doinst.sh b/network/owncloud-client/doinst.sh index e03b9430d6..aee7c2726a 100644 --- a/network/owncloud-client/doinst.sh +++ b/network/owncloud-client/doinst.sh @@ -11,7 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config "$PKG/etc/ownCloud/sync-exclude.lst.new" +config "etc/ownCloud/sync-exclude.lst.new" if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |