diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-10-29 06:48:42 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 20:12:26 -0500 |
commit | eff903215f44a37d273cc98cc48ad0c46e5efd8c (patch) | |
tree | 101467b7e2c9842b92b7f19560a337e3e31b55c8 /network/owncloud-client/doinst.sh | |
parent | 73f1bc0b06e235277871577a7da4e80cbbf42f94 (diff) | |
download | slackbuilds-eff903215f44a37d273cc98cc48ad0c46e5efd8c.tar.gz |
network/owncloud-client: Updated for version 1.4.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/doinst.sh')
-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 7c5efbb623..e03b9430d6 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-client/sync-exclude.lst.new" +config "$PKG/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 |