Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37815748
en ru br
ALT Linux repos
S:1.5.7-alt2
5.0: 1.5.4-alt1
4.1: 1.5.3-alt1
4.0: 1.3-alt0.1

Group :: Text tools
RPM: foremost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: foremost-fix-permission-timestamp.patch
Download


--- SOURCES/foremost-1.5.7/Makefile	2010-04-05 11:53:36.858410948 -0300
+++ SOURCES/foremost-1.5.7/Makefile	2010-04-05 11:54:09.910407558 -0300
@@ -118,9 +118,9 @@
 #---------------------------------------------------------------------
 
 install: goals
-	install -m 755 $(NAME) $(BIN)
-	install -m 444 $(MAN_PAGES) $(MAN)
-	install -m 444 foremost.conf $(CONF)
+	install -p -m 755 $(NAME) $(BIN)
+	install -p -m 644 $(MAN_PAGES) $(MAN)
+	install -p -m 644 foremost.conf $(CONF)
 macinstall: BIN = /usr/local/bin/
 macinstall: MAN = /usr/share/man/man1/
 macinstall: CONF = /usr/local/etc/
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin