]> git.pld-linux.org Git - packages/cacti-plugin-weathermap.git/commitdiff
- fix path to php executable auto/ti/cacti-plugin-weathermap-0_95b-2
authorduddits <duddits@pld-linux.org>
Sat, 20 Sep 2008 14:52:31 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-weathermap.spec -> 1.5

cacti-plugin-weathermap.spec

index 87f0de09fd2ad9d7009e81cdc6898da8631885d9..9d425af82353a6163531ecf3b31351ccd1571fa8 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Plugin for Cacti - WeatherMap
 Summary(pl.UTF-8):     Wtyczka do Cacti - WeatherMap (mapa pogody)
 Name:          cacti-plugin-weathermap
 Version:       0.95b
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.network-weathermap.com/files/php-%{namesrc}-%{version}.zip
@@ -42,6 +42,9 @@ przez wtyczki lub zewnÄ™trzne skrypty.
 # undos the source
 find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
+# fix php path
+%{__sed} -i -e 's/\/local//g' %{namesrc}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
This page took 0.059023 seconds and 4 git commands to generate.