]> git.pld-linux.org Git - packages/filesystem.git/blobdiff - filesystem.spec
- do not convert symlink on ac
[packages/filesystem.git] / 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.035467 seconds and 4 git commands to generate.