]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Include %defattr(-,root,root) in valgrind.spec.in so that the
authorJulian Seward <jseward@acm.org>
Thu, 5 Sep 2002 22:14:47 +0000 (22:14 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 5 Sep 2002 22:14:47 +0000 (22:14 +0000)
ownership of the files is correct even if a non-root user builds the
RPM package.  (Matthias Andree <matthias.andree@stud.uni-dortmund.de>)

MERGE TO ERASER

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@902

valgrind.spec.in

index 9c709a77158b38f7326d374707631fdd5084a859..ce0a10312a1ef7ccd961f538995f0a2786c5b0ef 100644 (file)
@@ -37,6 +37,7 @@ make
 make install prefix=$RPM_BUILD_ROOT/usr
 
 %files
+%defattr(-,root,root)
 /usr/include/valgrind.h
 /usr/bin/valgrind
 /usr/lib/valgrind/*