Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567813
en ru br
ALT Linux repos
5.0: 1.67-alt1
4.1: 1.67-alt1
4.0: 1.67-alt1
3.0: 1.67-alt1

Group :: System/Configuration/Hardware
RPM: toshset

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: toshset-1.66-alt-makefile-fixes.patch
Download


--- toshset-1.66/Makefile.in.orig	2004-07-11 23:09:03 +0600
+++ toshset-1.66/Makefile.in	2004-07-17 19:12:32 +0600
@@ -124,9 +124,10 @@
 BININSTALL = @INSTALL_PROGRAM@  -D -m 755
 MANINSTALL = @INSTALL_DATA@  -D -m 644
 prefix = @prefix@
-BINDESTDIR = @prefix@/bin
+BINDESTDIR = @prefix@/sbin
 MANDESTDIR = @mandir@/man1
 
+DESTDIR = 
 
 LDFLAGS = -s
 
@@ -135,7 +136,7 @@
 CC = @CC@
 #CXX= g++
 DEFS = -DUSE_KERNEL_INTERFACE
-CFLAGS = -march=i486 -Wall @OS_CFLAGS@ @DEBUGFLAGS@
+#CFLAGS = -march=i486 -Wall @OS_CFLAGS@ @DEBUGFLAGS@
 CFLAGS += -I..
 CFLAGS += $(DEFS)
 CXXFLAGS = -DCPLUSPLUS
@@ -267,11 +268,11 @@
 
 install: all
 	for program in $(PROGRAMS); do \
-		$(BININSTALL) $$program $(BINDESTDIR)/$$program;\
+		$(BININSTALL) $$program $(DESTDIR)$(BINDESTDIR)/$$program;\
 	done
 	(cd ..;\
 	for manpage in $(MANPAGES); do \
-		$(MANINSTALL) $$manpage $(MANDESTDIR)/$$manpage;\
+		$(MANINSTALL) $$manpage $(DESTDIR)$(MANDESTDIR)/$$manpage;\
 	done)
 
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin