]> git.pld-linux.org Git - packages/LANChat.git/commitdiff
- added "rm -f missing" on top %build. LANChat-1_0_2-3
authorkloczek <kloczek@pld-linux.org>
Fri, 1 Mar 2002 18:05:00 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LANChat.spec -> 1.14

LANChat.spec

index 4fbc59a7de8123ade284b86360cace5976010fe5..484f5cd7356883458b4a24c6ca090ede51c941f4 100644 (file)
@@ -42,10 +42,11 @@ BRIDGE'ami.
 %patch0 -p1
 
 %build
+rm -f missing
 libtoolize --copy --force
 aclocal
-automake -a -c
 autoconf
+automake -a -c
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure
 %{__make}
This page took 0.066627 seconds and 4 git commands to generate.