]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- removed all services specyfic directories.
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Jun 1999 04:55:27 +0000 (04:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.40

filesystem.spec

index 8dd5919745bba6ba2dadfad3bba0dd1f9ad01719..e09e0256ec2fe28fea96da9daf31552b4aed752e 100644 (file)
@@ -42,16 +42,16 @@ metin dosyalar
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/{bin,boot,home/{users,ftp,httpd},opt} \
+install -d $RPM_BUILD_ROOT/{bin,boot,home/users,opt} \
        $RPM_BUILD_ROOT/etc/{X11/wmconfig,profile.d,security,opt} \
        $RPM_BUILD_ROOT/lib/{modules,security} \
        $RPM_BUILD_ROOT/{mnt/{floppy,cdrom},proc,root,sbin,tmp} \
        $RPM_BUILD_ROOT/usr/{bin,src,games,lib,include,sbin,share} \
        $RPM_BUILD_ROOT/usr/share/{dict,doc,info,man,misc,games,tmac} \
        $RPM_BUILD_ROOT/usr/local/{bin,games,share/{info,doc},man,lib,sbin,src} \
-       $RPM_BUILD_ROOT/var/{lock/subsys,log,mail,run,spool/{mqueue,news,uucp,lpd}} \
+       $RPM_BUILD_ROOT/var/{lock/subsys,log,mail,run,spool} \
        $RPM_BUILD_ROOT/var/{games,state/misc,tmp,db,opt,crash,cache,account} \
-       $RPM_BUILD_ROOT/var/cache/{fonts,www} 
+       $RPM_BUILD_ROOT/var/cache/fonts 
 
 ln -sf share/man       $RPM_BUILD_ROOT/usr/man
 ln -sf share/info      $RPM_BUILD_ROOT/usr/info
@@ -130,9 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(751,root,root) /var/log
 %dir /var/run
 %dir /var/crash
-%attr(1777,root,root) /var/mail
 /var/cache
-/var/spool/uucp
 %dir /var/state
 %dir /var/opt
 %attr(1777,root,root) %dir /var/tmp
This page took 0.068283 seconds and 4 git commands to generate.