File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 49
49
$(MAKE ) distclean
50
50
# Because the build process overwrites the docs in the tarball,
51
51
# we remove everything so a second build does not fail. Missing
52
- # files are acceptable to dpkg-bp (but triggers warnings)
52
+ # files are acceptable to dpkg-bp (but triggers warnings)
53
53
rm -rf doc/manual/build/
54
54
dh_clean
55
55
@@ -71,7 +71,7 @@ install: build
71
71
72
72
# clean up docs
73
73
cd $(DJDC)/usr/share/doc/domjudge-doc && \
74
- rm COPYING* README.md README.country_flags ChangeLog
74
+ rm COPYING* README.md ChangeLog
75
75
76
76
# This must be shipped in domjudge-common
77
77
rm $(DJDS)/etc/domjudge/genrestapicredentials \
@@ -100,9 +100,6 @@ install: build
100
100
chgrp www-data $(DJDS)/var/log/domjudge/domserver $(DJDS)/var/cache/domjudge
101
101
chmod 0770 $(DJDS)/var/log/domjudge/domserver $(DJDS)/var/cache/domjudge
102
102
103
- # Fix correct systemd unit file location for Debian systems
104
- mv $(DJJH)/usr/lib/systemd/system $(DJJH)/lib/systemd/
105
-
106
103
# Fixup sudoers file to match our assumptions for user/chroot location
107
104
sed -i 's# ^root #domjudge #;s# root\\:# domjudge\\:#' $(DJJH)/etc/domjudge/sudoers-domjudge
108
105
sed -i 's# /\*/proc#/var/lib/domjudge/chroot*/proc#' $(DJJH)/etc/domjudge/sudoers-domjudge
You can’t perform that action at this time.
0 commit comments