]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- s-/usr/share/doc-%{_defaultdocdir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 22:25:24 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.26

filesystem.spec

index d6b8dad6920fb40056fb8b96172bfbb949cdf0ce..38ea41b88e67b9d4cf5fef38f463a2103f923b4c 100644 (file)
@@ -79,8 +79,8 @@ if [ -e %{_infodir} ] && [ ! -L /usr/info ]; then
        ln -sf ../../../etc/info-dir %{_infodir}/dir
 fi 
 if [ -e /usr/doc ] && [ ! -L /usr/doc ]; then 
-       mkdir -p /usr/share/doc
-       cp -a /usr/doc/* /usr/share/doc || :
+       mkdir -p %{_defaultdocdir}
+       cp -a /usr/doc/* %{_defaultdocdir} || :
        rm -rf /usr/doc
 fi 
 if [ -e /usr/local/doc ] && [ ! -L /usr/local/doc ]; then 
This page took 0.030587 seconds and 4 git commands to generate.