]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix permissions for configure
authorKacper Kornet <draenog@pld-linux.org>
Thu, 17 Feb 2011 23:12:55 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.420

poldek.spec

index 9e37bbe5dc890b58d29b95894a4cd942942f3dbe..f1375bb2b8186b7275c42258a02968ffa767176c 100644 (file)
@@ -209,6 +209,7 @@ rm -f m4/libtool.m4 m4/lt*.m4
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+chmod u+x ./configure
 
 %build
 %{__libtoolize}
This page took 0.106902 seconds and 4 git commands to generate.