]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- when installing new system with chroot (e.g. from rescuecd), pre/post auto/th/FHS-2_3-26
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 25 Jul 2009 13:52:24 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  scriptlets refer to /root/tmp directory; let's just provide it with FHS
- release 26

Changed files:
    FHS.spec -> 1.137

FHS.spec

index dbee164d608be805cb9f161d250bd03b92d91ee1..379781cc156b76a538ff64b88c9a420616c50fc7 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      Podstawowy układ katalogów systemu Linux zgodny z FHS 2.3
 Summary(tr.UTF-8):     Temel dosya sistemi yapısı
 Name:          FHS
 Version:       2.3
-Release:       25
+Release:       26
 License:       GPL
 Group:         Base
 URL:           http://www.pathname.com/fhs/
@@ -69,7 +69,7 @@ install -d \
        $RPM_BUILD_ROOT/{bin,boot,dev,etc,home,opt,srv} \
        $RPM_BUILD_ROOT/etc/{X11,opt} \
        $RPM_BUILD_ROOT/lib/modules \
-       $RPM_BUILD_ROOT/{mnt,media/{cdrom,floppy},proc,root,sbin,tmp} \
+       $RPM_BUILD_ROOT/{mnt,media/{cdrom,floppy},proc,root/tmp,sbin,tmp} \
        $RPM_BUILD_ROOT/usr/{bin,games,include,lib,sbin,share,src} \
        $RPM_BUILD_ROOT/usr/share/{dict,doc,games,info,misc,tmac,xml} \
        $RPM_BUILD_ROOT/usr/lib/games \
@@ -135,6 +135,7 @@ posix.chown("/var/lock", 0, %{gid_uucp})
 %dir /opt
 %dir %attr(555,root,root) %verify(not group) /proc
 %dir %attr(700,root,root) /root
+%dir %attr(700,root,root) /root/tmp
 %dir /sbin
 %dir %attr(755,root,root) /srv
 %dir %attr(1777,root,root) /tmp
This page took 0.090433 seconds and 4 git commands to generate.