fix infnoise-tools centos

This commit is contained in:
Manuel Domke
2018-04-02 16:36:02 +02:00
parent 52a34fe205
commit 6fa605092f

View File

@@ -22,15 +22,6 @@ make
%install
#make DESTDIR=$RPM_BUILD_ROOT install
cp tools/passgen build/usr/bin/infnoise-passgen
cp tools/dice build/usr/bin/infnoise-dice
cp tools/healthcheck build/usr/bin/infnoise-healthcheck
cp tools/entcheck build/usr/bin/infnoise-healthcheck
cp tools/hex2bin build/usr/bin/infnoise-hex2bin
cp tools/bin2hex build/usr/bin/infnoise-bin2hex
cp tools/findlongest build/usr/bin/infnoise-findlongest
cp tools/flipbits build/usr/bin/infnoise-flipbits
install -Dvm755 "passgen" "$RPM_BUILD_ROOT/usr/bin/infnoise-passgen"
install -Dvm755 "dice" "$RPM_BUILD_ROOT/usr/bin/infnoise-dice"
install -Dvm755 "healthcheck" "$RPM_BUILD_ROOT/usr/bin/infnoise-entcheck"