]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- added /etc/skel/etc
authorTomasz Pala <gotar@pld-linux.org>
Mon, 20 Oct 2008 16:16:40 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils.spec -> 1.89

pwdutils.spec

index 50b70be37b201d1fdf6ba446669f7658eaf5fdcd..d833caaeabc5580a208ad301d8687f3842d0b984 100644 (file)
@@ -186,7 +186,7 @@ rm -f po/stamp-po
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel/tmp}
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel/{etc,tmp}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -250,6 +250,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chfn.allow
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chsh.allow
 %dir /etc/skel
+%dir /etc/skel/etc
 %dir /etc/skel/tmp
 %attr(755,root,root) %{_bindir}/chage
 %attr(4755,root,root) %{_bindir}/chfn
This page took 0.031766 seconds and 4 git commands to generate.