make all icons 24x24

SVN revision: 14239
This commit is contained in:
Carsten Haitzler 2005-04-19 06:31:48 +00:00
parent 72b3ba8d06
commit 2aa59a3faf
4 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ installed_su = $(pkgdir)/freqset$(EXEEXT)
setuid_root_mode = a=rx,u+s
INSTALL_SU = \
echo "$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m $(setuid_root_mode) freqset$(EXEEXT) $(installed_su)"; \
mkdir $(pkgdir) -p; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m $(setuid_root_mode) freqset$(EXEEXT) $(installed_su); \
echo "$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m $(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)/$(installed_su)"; \
mkdir $(DESTDIR)/$(pkgdir) -p; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m $(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)/$(installed_su); \
#echo " chown root $(installed_su)"; \
#chown root $(installed_su); \
#echo " chmod $(setuid_root_mode) $(installed_su)"; \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.