]> git.pld-linux.org Git - packages/dml.git/commitdiff
- removed -s from install -s, stripping is done by rpm
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 23 Aug 2001 17:31:24 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dml.spec -> 1.24

dml.spec

index 23f2186bd049d149b1189ae448f4bb1dff4d10bf..7b6af5ea18238dca42aa66644965bdf4758151ea 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -69,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{?BOOT:1}%{!?BOOT:0}
 install -d $RPM_BUILD_ROOT/usr/lib/bootdisk/bin
-install -s dml-BOOT $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/dml
+install dml-BOOT $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/dml
 %endif
 
 gzip -9nf AUTHORS TODO NEWS README ChangeLog
This page took 0.049891 seconds and 4 git commands to generate.