setuid root freqset. Thanks David.

SVN revision: 26234
This commit is contained in:
kaethorn 2006-09-30 09:18:56 +00:00 committed by kaethorn
parent cb51ca20e9
commit 0c40c1cd3e
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -1,5 +1,4 @@
#!/usr/bin/make -f
# Rewrote debian/rules to use cdbs.
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
@ -9,6 +8,7 @@ DEB_MAKE_CLEAN_TARGET := clean
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 {} \;
clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi