]> git.pld-linux.org Git - packages/asm2.git/commitdiff
- use install -d instead of mkdir
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 27 Mar 2009 08:21:53 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asm2.spec -> 1.14

asm2.spec

index 8a7945749ebbf1f733cf84a07b807d42937a95e9..ef49c82190e1702389e6569324357de754caefcd 100644 (file)
--- a/asm2.spec
+++ b/asm2.spec
@@ -47,7 +47,7 @@ find -name '*.jar' | xargs rm -vf
 install -m 644 %{SOURCE1} .
 install -m 644 %{SOURCE2} .
 
-mkdir test/lib
+install -d test/lib
 
 %build
 export LC_ALL=en_US # source not in ASCII
This page took 0.107825 seconds and 4 git commands to generate.