1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Fix postinstall to use GOGS_CUSTOM instead of symlinking

This commit is contained in:
Cyril Rohr
2015-12-10 08:55:21 +00:00
parent 9a2e43bff2
commit fa8bf0f1d7
3 changed files with 25 additions and 38 deletions

View File

@@ -24,4 +24,4 @@ before:
- mv packager/.godir .
after:
- mv bin/main gogs
after_install: ./packager/debian/postinst
after_install: ./packager/hooks/postinst