]> git.pld-linux.org Git - packages/bush.git/commitdiff
- defined _bindir to /bin
authordarekr <darekr@pld-linux.org>
Sun, 24 Jul 2005 18:21:45 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bush.spec -> 1.5

bush.spec

index 56f52b3546c97d4115ae68c97fc3d1472d73ef0c..4fd0d7e3fbb416b32180bc9627b2679ca6fdfb39 100644 (file)
--- a/bush.spec
+++ b/bush.spec
@@ -16,6 +16,8 @@ Requires(preun):      fileutils
 Requires:      libgnat
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _bindir         /bin
+
 %description
 BUSH, the Business Shell, is a powerful Linux/UNIX shell for designing
 secure, reliable scripts that can be later compiled as a fast
@@ -49,7 +51,7 @@ znak
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 mv -f doc html
 
@@ -79,4 +81,4 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc README TODO html
-%attr(755,root,root) /bin/bush
+%attr(755,root,root) %{_bindir}/bush
This page took 0.160345 seconds and 4 git commands to generate.