adapt renaming the Makefiles
This commit is contained in:
@@ -10,7 +10,7 @@ md5sums=('SKIP')
|
||||
install='INSTALL'
|
||||
build() {
|
||||
cd "${srcdir}/infnoise/software/"
|
||||
make
|
||||
make -f Makefile.linux
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
@@ -5,8 +5,8 @@ VERSION=`git --no-pager describe --tags --always`
|
||||
|
||||
PATH=$PATH:/sbin/
|
||||
|
||||
make clean
|
||||
make
|
||||
make -f Makefile.linux clean
|
||||
make -f Makefile.linux
|
||||
|
||||
rm -rf build
|
||||
mkdir -p build/DEBIAN
|
||||
@@ -40,7 +40,7 @@ rm -rf build
|
||||
cd tools
|
||||
mkdir -p build/usr/bin/
|
||||
|
||||
make
|
||||
make -f Makefile.linux
|
||||
|
||||
cp passgen build/usr/bin/infnoise-passgen
|
||||
cp dice build/usr/bin/infnoise-dice
|
||||
@@ -67,7 +67,7 @@ rm -rf build
|
||||
mkdir -p build/usr/lib
|
||||
mkdir -p build/usr/include
|
||||
|
||||
make libinfnoise.so
|
||||
make -f Makefile.linux libinfnoise.so
|
||||
|
||||
cp libinfnoise.so build/usr/lib/
|
||||
cp libinfnoise.h build/usr/include
|
||||
|
||||
@@ -18,7 +18,7 @@ tar -xzf ../SOURCES/infnoise.tar.gz
|
||||
|
||||
%build
|
||||
cd tools
|
||||
make
|
||||
make -f Makefile.linux
|
||||
|
||||
%install
|
||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
@@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-root
|
||||
tar -xzf ../SOURCES/infnoise.tar.gz
|
||||
|
||||
%build
|
||||
make
|
||||
make -f Makefile.linux
|
||||
|
||||
%install
|
||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
Reference in New Issue
Block a user