]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:15 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker.spec -> 1.101

WindowMaker.spec

index f19506fc7632e63b947bcd845231389929a63f84..923e2171a39d4d3e1da4297f4c68b81d75296091 100644 (file)
@@ -226,13 +226,14 @@ for f in WindowMaker/*menu*; do
 done
 
 %build
+rm -f {,%{name}-extra-%{extraver}/}missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 cd %{name}-extra-%{extraver}
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 cd ..
This page took 0.045518 seconds and 4 git commands to generate.