]> git.pld-linux.org Git - packages/autoscan-network.git/blob - autoscan-network-install.patch
- updated gettext BR
[packages/autoscan-network.git] / autoscan-network-install.patch
1 --- autoscan-network-1.12/configure.orig        2008-01-04 00:37:11.000000000 +0000
2 +++ autoscan-network-1.12/configure     2008-02-05 00:37:36.000000000 +0000
3 @@ -1203,7 +1203,7 @@
4  
5  if [ $BUILD_GUI == "yes" ] && [ $SYSTEM != "Gentoo" ]; then
6         echo "  @echo '^[[01;34m*** Gconf config...^[[00m'" >> Makefile
7 -       echo "  export GCONF_CONFIG_SOURCE=\$(GCONF);gconftool-2 --makefile-install-rule /usr/share/apps/autoscan-network/autoscan-network.schemas &>/dev/null" >> Makefile
8 +       echo "#export GCONF_CONFIG_SOURCE=\$(GCONF);gconftool-2 --makefile-install-rule /usr/share/apps/autoscan-network/autoscan-network.schemas &>/dev/null" >> Makefile
9  fi
10  
11  echo " @echo '\e[01;34m*** Installing executable...\e[00m'" >> Makefile
12 @@ -1217,8 +1217,8 @@
13         fi
14         echo "  \$(SHTOOL) mkdir -f -p -m 755 \$(DESTDIR)/usr/sbin" >> Makefile
15         echo "  \$(SHTOOL) mkdir -f -p -m 755 \$(DESTDIR)/etc/init.d" >> Makefile
16 -       echo "  \$(INSTALL) -c -m 755 -o root -g root bin/autoscan-network-daemon \$(DESTDIR)/usr/sbin/" >> Makefile
17 -       echo "  \$(INSTALL) -c -m 755 -o root -g root $DAEMON" >> Makefile
18 +       echo "  \$(INSTALL) -c -m 755 bin/autoscan-network-daemon \$(DESTDIR)/usr/sbin/" >> Makefile
19 +       #echo " \$(INSTALL) -c -m 755 $DAEMON" >> Makefile
20  fi
21  echo "" >> Makefile
22  
23 @@ -1224,8 +1224,8 @@
24  
25  echo " @echo '\e[01;34m*** Installing Script...\e[00m'" >> Makefile
26  if [ $BUILD_AGENT == "yes" ] && [ $SYSTEM != "Gentoo" ]; then
27 -       echo "  $INSTALL_DAEMON" >> Makefile
28 -       echo "  /etc/init.d/autoscan-network start" >> Makefile
29 +       echo "# $INSTALL_DAEMON" >> Makefile
30 +       echo "# /etc/init.d/autoscan-network start" >> Makefile
31  fi
32  echo "" >> Makefile
33  
This page took 0.046911 seconds and 3 git commands to generate.