Skip to content

Commit effc92d

Browse files
committed
Set correct group when syncing archive.
1 parent 649bbba commit effc92d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ lint:
1515
archive:
1616
./gradlew --warning-mode=all publishReleasePublicationToLocalRepository
1717
sync: archive
18-
rsync -av --chmod=g+w --chown=:gs-priv $(HOME)/MAVEN/com/ ghostscript.com:/var/www/maven.ghostscript.com/com/
18+
rsync -av --chmod=g+w --chown=:gs-web \
19+
$(HOME)/MAVEN/com/ \
20+
ghostscript.com:/var/www/maven.ghostscript.com/com/
1921

2022
run: install
2123
adb shell am start -n com.artifex.mupdf.viewer.app/.LibraryActivity

0 commit comments

Comments
 (0)