]> git.pld-linux.org Git - packages/comanche.git/commitdiff
- rel 4, /usr/lib/ even on amd64 auto/ac/comanche-990405-4
authorhavner <havner@pld-linux.org>
Sun, 21 Nov 2004 12:50:27 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    comanche.spec -> 1.18

comanche.spec

index f148d94c47142dd0ca90d8233519c3d9fb82471c..9ebe7974223466833b6505179d7e2818751deb46 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A front-end for configuring the Apache Web server
 Summary(pl):   Frontend do konfiguracji serwera WWW Apache
 Name:          comanche
 Version:       990405
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/System
 #Source0:      http://comanche.com.dtu.dk/comanche/download/com%{version}.tar.gz
@@ -40,17 +40,17 @@ cat > comanche <<EOF
 #!/bin/sh
 #
 
-cd %{_libdir}/comanche
+cd /usr/lib/comanche
 exec %{_bindir}/itkwish3.0 main.tcl %{_sysconfdir}/httpd/conf
 EOF
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/comanche,%{_pixmapsdir}/mini,%{_applnkdir}/System}
+install -d $RPM_BUILD_ROOT{%{_bindir},/usr/lib/comanche,%{_pixmapsdir}/mini,%{_applnkdir}/System}
 
 install comanche $RPM_BUILD_ROOT%{_bindir}
 rm -f apachectl INSTALL changes.txt comanche
-cp -a * $RPM_BUILD_ROOT%{_libdir}/comanche
+cp -a * $RPM_BUILD_ROOT/usr/lib/comanche
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/System
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}/mini/mini-comanche.xpm
This page took 0.090898 seconds and 4 git commands to generate.