]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:22:50 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geheimnis.spec -> 1.9

geheimnis.spec

index db2da299cb2599aff9df16a123fdd307d3748fd1..8efd58343812b46538903b7103b91aa87e8c43df 100644 (file)
@@ -36,11 +36,11 @@ if [ -z "$KDEDIR" ]; then
        export KDEDIR=%{_prefix}
 fi
 ./configure --build-rpms
-make CFLAGS="$RPM_OPT_FLAGS -I. -Wall"
+%{__make} CFLAGS="$RPM_OPT_FLAGS -I. -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
 cd $RPM_BUILD_ROOT
 find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name}
This page took 0.039368 seconds and 4 git commands to generate.