]> git.pld-linux.org Git - packages/ash.git/blobdiff - ash.spec
- changed all BuildRoot definitons
[packages/ash.git] / ash.spec
index 14c9524804d210e46995d82c500771d06c6b2b6b..cfb0ee00500dfb022d2f63d202b8ed653db63a3a 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -14,7 +14,7 @@ Patch0:               ash-make.patch
 Patch1:                ash-mknodes.patch
 Prereq:        fileutils
 Prereq:                grep
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Conflicts:     mkinitrd <= 1.7
 
 %description
@@ -121,7 +121,6 @@ else
         fi
 fi
 
-
 %preun
 if [ "$0" = 0 ]; then
         grep -v /bin/ash /etc/shells | grep -v /bin/bsh | grep -v /bin/ash.static > /etc/shells.new
@@ -134,7 +133,6 @@ if [ "$0" = 0 ]; then
         mv /etc/shells.new /etc/shells
 fi
 
-
 %verifyscript
 for n in ash bsh ash.static; do
     echo -n "Looking for $n in /etc/shells... "
This page took 0.068416 seconds and 4 git commands to generate.