Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8f7237f

Browse files
committed
Update pydio.spec.tpl
1 parent 962b2a1 commit 8f7237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/rpm/pydio.spec.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pydio is a web-based browser for managing files on a web server without FTP. Ful
2525

2626
if [ $1 -gt 1 ]; then
2727
# For upgrades
28-
[ -f ./.htaccess ] && cp -pf ./.htaccess /tmp/pydio.update.htaccess
28+
[ -f .htaccess ] && cp -pf .htaccess /tmp/pydio.update.htaccess
2929
fi
3030

3131
%setup -q -n %{name}-core-%{version}

0 commit comments

Comments
 (0)