Enlightenment CVS committal Author : kaethorn Project : e17 Module : apps/e
Dir : e17/apps/e/debian Modified Files: enlightenment.install rules Log Message: add batget and fix permissions. =================================================================== RCS file: /cvs/e/e17/apps/e/debian/enlightenment.install,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- enlightenment.install 24 Jan 2008 21:52:56 -0000 1.21 +++ enlightenment.install 9 Mar 2008 14:53:30 -0000 1.22 @@ -5,6 +5,7 @@ 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 =================================================================== RCS file: /cvs/e/e17/apps/e/debian/rules,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- rules 24 Jan 2008 21:52:56 -0000 1.18 +++ rules 9 Mar 2008 14:53:30 -0000 1.19 @@ -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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs