]> git.pld-linux.org Git - packages/dml.git/commitdiff
moved -BOOT from am/bin to bin
authorMichal Moskal <michal@moskal.me>
Mon, 2 Apr 2001 16:57:17 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dml.spec -> 1.5

dml.spec

index 8d456a45a6b22860d0f854f9865b5518013f2f70..634e416fc13e286e484ca42d5d0eec9a05ad1116 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -40,8 +40,8 @@ Tool for displaying dialogs from shell. Bootdisk version.
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT 
-install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootdisk/am/bin
-install -m 755 src/dml-install $RPM_BUILD_ROOT/usr/lib/bootdisk/am/bin/dml
+install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootdisk/bin
+install -m 755 src/dml-install $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/dml
 
 #gzip -9nf AUTHORS TODO ChangeLog
 
@@ -55,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files BOOT
 %defattr(644,root,root,755)
-%attr(755,root,root) /usr/lib/bootdisk/am/bin/dml
+%attr(755,root,root) /usr/lib/bootdisk/bin/dml
This page took 0.123919 seconds and 4 git commands to generate.