add /etc/enlightenment/sysactions.conf to debian package.

SVN revision: 25424
This commit is contained in:
kaethorn 2006-09-03 18:58:31 +00:00 committed by kaethorn
parent e374aa3d95
commit 164c43f78f
1 changed files with 4 additions and 0 deletions

4
debian/rules vendored
View File

@ -6,6 +6,10 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
install/enlightenment::
mkdir debian/enlightenment/etc
mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/
clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi