fix install of slave tools.

SVN revision: 34351
This commit is contained in:
Carsten Haitzler 2008-04-23 03:50:21 +00:00
parent e3e488a9b6
commit 6f4d707dd3
5 changed files with 5 additions and 20 deletions

View File

@ -287,8 +287,6 @@ src/modules/ibox/Makefile
src/modules/ibox/module.desktop
src/modules/start/Makefile
src/modules/start/module.desktop
src/modules/layout/Makefile
src/modules/layout/module.desktop
src/modules/exebuf/Makefile
src/modules/exebuf/module.desktop
src/modules/winlist/Makefile

View File

@ -8,7 +8,6 @@ battery \
cpufreq \
ibox \
start \
layout \
exebuf \
winlist \
fileman \

View File

@ -27,14 +27,8 @@ module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
batgetdir = $(pkgdir)
batget_DATA = \
batget$(EXEEXT)
x_mode = a=rx,u+x
install-data-hook:
@chmod $(x_mode) $(DESTDIR)$(batgetdir)/batget$(EXEEXT) || true
noinst_PROGRAMS = batget
batget_PROGRAMS = batget
batget_SOURCES = batget.c
batget_LDFLAGS = @BATTERY_LIBS@

View File

@ -25,14 +25,14 @@ module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
freqsetdir = $(pkgdir)
freqset_DATA = \
freqset$(EXEEXT)
setuid_root_mode = a=rx,u+xs
setuid_root_user = root
install-data-hook:
@chown $(setuid_root_user) $(DESTDIR)$(freqsetdir)/freqset$(EXEEXT) || true
@chmod $(setuid_root_mode) $(DESTDIR)$(freqsetdir)/freqset$(EXEEXT) || true
noinst_PROGRAMS = freqset
freqset_PROGRAMS = freqset
freqset_SOURCES = freqset.c
uninstall:

View File

@ -26,14 +26,8 @@ module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
tempgetdir = $(pkgdir)
tempget_DATA = \
tempget$(EXEEXT)
x_mode = a=rx,u+x
install-data-hook:
@chmod $(x_mode) $(DESTDIR)$(tempgetdir)/tempget$(EXEEXT) || true
noinst_PROGRAMS = tempget
tempget_PROGRAMS = tempget
tempget_SOURCES = tempget.c
tempget_LDFLAGS = @TEMPERATURE_LIBS@