]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- mkdir cron.weekly is unneccessary and *wrong*
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Apr 2006 16:04:22 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigsister.spec -> 1.65

bigsister.spec

index 7af8b89ae5c3091b998bead2adff5f6ee37aca33..8267bec0c0a8ce871f23c276f6b72cf87282332f 100644 (file)
@@ -5,6 +5,7 @@
 # - add patch and e-mail to author
 # - correct directory in /etc/bigsister/etc (some files to /usr/share, /var/lib)
 # - check all patches, remove old
+# - todo webapps (sigh)
 
 %include       /usr/lib/rpm/macros.perl
 Summary:       The Big Sister Network and System Monitor
@@ -183,7 +184,7 @@ Wtyczka Big Sister do monitorowania z u
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig,httpd/httpd.conf,cron.weekly},%{_var}/lib/bigsister{/graphs,/www/graphs,/logs}}
+install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig,httpd/httpd.conf},%{_var}/lib/bigsister{/graphs,/www/graphs,/logs}}
 
 %{__make} -j1 \
        install-server install-client install-reporting \
This page took 0.266849 seconds and 4 git commands to generate.