]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- do not convert symlink on ac
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Feb 2010 19:41:58 +0000 (19:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.110

filesystem.spec

index a21e0de946fb8ae44433335cdcf3c206e7e64681..7b63ff510bfe27787da821366cb23136ef47887f 100644 (file)
@@ -127,10 +127,12 @@ check_filesystem_dirs() {
 
 check_filesystem_dirs
 
+%if "%{pld_release}" != "ac"
 %pretrans -p <lua>
 -- this needs to be a dir
 -- feel free to write in pure lua, but success on first install is not important.
 os.execute("if [ -L /usr/include/X11 ]; then umask 022; mv -f /usr/include/X11{,.rpmsave}; mkdir -m755 -p /usr/include/X11 && mv -f /usr/include/X11.rpmsave/* /usr/include/X11; fi")
+%endif
 
 %files
 %defattr(644,root,root,755)
This page took 0.237258 seconds and 4 git commands to generate.