Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37742185
en ru br
ALT Linux repos
S:37-alt1
5.0: 27-alt1
4.1: 12-alt1
4.0: 12-alt1

Group :: System/Kernel and hardware
RPM: aoetools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: aoetools-makefile.patch
Download


diff -up aoetools-21/Makefile.orig aoetools-21/Makefile
--- aoetools-21/Makefile.orig	2007-10-12 14:57:15.000000000 -0500
+++ aoetools-21/Makefile	2007-11-30 10:18:46.000000000 -0600
@@ -58,8 +58,8 @@ install : all
 	mkdir -p ${DESTDIR}${SBINDIR}
 	mkdir -p ${DESTDIR}${MANDIR}/man8
 	@for f in ${COMMANDS}; do \
-	  sh -xc "install -m 700 $$f ${DESTDIR}${SBINDIR}/$$f" || break; \
-	  sh -xc "install -m 664 $$f.8 ${DESTDIR}${MANDIR}/man8/$$f.8" || break; \
+	  sh -xc "install -m 755 $$f ${DESTDIR}${SBINDIR}/$$f" || break; \
+	  sh -xc "install -m 644 $$f.8 ${DESTDIR}${MANDIR}/man8/$$f.8" || break; \
 	done
 
 clean :
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin