From a7c9dffaef62c0697e8e871868db2c220f88c6e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C5=82awomir=20Paszkiewicz?= Date: Fri, 27 Mar 2009 08:21:53 +0000 Subject: [PATCH] - use install -d instead of mkdir Changed files: asm2.spec -> 1.14 --- asm2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm2.spec b/asm2.spec index 8a79457..ef49c82 100644 --- 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 -- 2.43.0