[-]
[+]
|
Changed |
vhcs2-2.4.8-20080130.tar.bz2/configs/dists/sles10/Makefile
|
@@ -3,7 +3,7 @@
install:
- if [[ $(HOST_OS) == sles9 ]] ; then \
+ if [[ $(HOST_OS) == sles10 ]] ; then \
cp ./vhcs2.conf $(SYSTEM_CONF) ; \
cd ./apache && $(MAKE) install ; cd .. ; \
cd ./bind && $(MAKE) install ; cd .. ; \
@@ -19,7 +19,7 @@
uninstall:
- if [[ $(HOST_OS) == sles9 ]] ; then \
+ if [[ $(HOST_OS) == sles10 ]] ; then \
rm -rf $(SYSTEM_CONF)/vhcs2.conf ; \
cd ./apache && $(MAKE) uninstall ; cd .. ; \
cd ./bind && $(MAKE) uninstall ; cd .. ; \
|
[-]
[+]
|
Changed |
vhcs2-2.4.8-20080130.tar.bz2/configs/dists/suse930/Makefile
^
|
@@ -3,7 +3,7 @@
install:
- if [[ $(HOST_OS) == suse93 ]] ; then \
+ if [[ $(HOST_OS) == suse930 ]] ; then \
cp ./vhcs2.conf $(SYSTEM_CONF) ; \
cd ./apache && $(MAKE) install ; cd .. ; \
cd ./bind && $(MAKE) install ; cd .. ; \
@@ -19,7 +19,7 @@
uninstall:
- if [[ $(HOST_OS) == suse93 ]] ; then \
+ if [[ $(HOST_OS) == suse930 ]] ; then \
rm -rf $(SYSTEM_CONF)/vhcs2.conf ; \
cd ./apache && $(MAKE) uninstall ; cd .. ; \
cd ./bind && $(MAKE) uninstall ; cd .. ; \
|