add batget and fix permissions.

SVN revision: 33966
This commit is contained in:
kaethorn 2008-03-09 14:53:30 +00:00 committed by kaethorn
parent 9bd622f018
commit 04c01cc972
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ debian/tmp/usr/lib/enlightenment/modules/*/*.desktop
debian/tmp/usr/lib/enlightenment/modules/*/*.edj
debian/tmp/usr/lib/enlightenment/modules/*/*/freqset
debian/tmp/usr/lib/enlightenment/modules/*/*/tempget
debian/tmp/usr/lib/enlightenment/modules/*/*/batget
debian/tmp/usr/lib/enlightenment/preload/*.so
debian/tmp/usr/share/enlightenment
debian/tmp/usr/share/locale

5
debian/rules vendored
View File

@ -3,14 +3,15 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget batget
install/enlightenment::
mkdir debian/enlightenment/etc
mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/
find debian/tmp/usr/lib/enlightenment/modules/cpufreq/ -name 'freqset' -exec chmod 4755 {} \;
find debian/tmp/usr/lib/enlightenment/modules/temperature/ -name 'tempget' -exec chmod 4755 {} \;
chmod 4511 debian/tmp/usr/bin/enlightenment_sys
find debian/tmp/usr/lib/enlightenment/modules/temperature/ -name 'batget' -exec chmod 4755 {} \;
chmod 4555 debian/tmp/usr/bin/enlightenment_sys
clean::
./autogen.sh --prefix=/usr