Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 95 → Rev 96

/trunk/debian/changelog
18,8 → 18,10
* Update README.Debian.
* makefile_install_config.patch(share/config.c): Change default
template_set to "old".
* makefile_install_config.patch(files/Makefile): Fix permissions on
icons and static files.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 04 Oct 2009 20:40:55 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 04 Oct 2009 22:19:50 +0200
 
prayer (1.2.3-2) unstable; urgency=low
 
/trunk/debian/patches/makefile_install_config.patch
33,7 → 33,7
+ ${INSTALL} -d -o ${RO_USER} -g ${RO_GROUP} -m ${PUBLIC_DIR} ${BROOT}${PREFIX}
+ ${INSTALL} -d -o ${RO_USER} -g ${RO_GROUP} -m ${PUBLIC_DIR} ${BROOT}/etc/prayer
+
+ tar -c --owner ${RO_USER} --group ${RO_GROUP} icons static | tar -C ${BROOT}${PREFIX} -x
+ tar -c --owner ${RO_USER} --group ${RO_GROUP} --mode "a-x+X" icons static | tar -C ${BROOT}${PREFIX} -x
if [ ! -f $(BROOT)$(PRAYER_CONFIG_FILE) ]; then $(MAKE) install-config; fi
if [ ! -f $(BROOT)$(ACCOUNTD_CONFIG_FILE) ]; then $(MAKE) install-aconfig; fi
- if [ ! -f $(BROOT)$(PREFIX)/etc/motd.html ]; then $(MAKE) install-motd; fi