]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- s-/usr/bin-%{_bindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:26:08 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.24

glibc.spec

index 35bca3b6f7cffebb94a55f2a9c95245d66c4b2bb..6b21f3c6a0bd06a491a481f858ef5198b9d76221 100644 (file)
@@ -157,12 +157,12 @@ install nss/nsswitch.conf $RPM_BUILD_ROOT/etc
 
 install nss/db-Makefile $RPM_BUILD_ROOT/var/db
 
-cat << EOF > $RPM_BUILD_ROOT/usr/bin/create-db
+cat << EOF > $RPM_BUILD_ROOT%{_bindir}/create-db
 #!/bin/sh
-/usr/bin/make -f /var/db/db-Makefile
+%{_bindir}/make -f /var/db/db-Makefile
 EOF
 
-ln -sf create-db $RPM_BUILD_ROOT/usr/bin/update-db 
+ln -sf create-db $RPM_BUILD_ROOT%{_bindir}/update-db 
 
 rm -rf documentation
 install -d documentation
@@ -205,7 +205,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(754,root,root) /etc/rc.d/init.d/*
 
 %attr(755,root,root) /sbin/*
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) /usr/sbin/*
 
 %attr(755,root,root) /lib/ld-*
This page took 0.039943 seconds and 4 git commands to generate.