Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37901545
en ru br
ALT Linux repositórios
S:0.1-alt3_6

Group :: Development/Tools
RPM: autodafe

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: autodafe.patch
Download


diff -up autodafe-0.1/Makefile.in.old autodafe-0.1/Makefile.in
--- autodafe-0.1/Makefile.in.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/Makefile.in	2009-03-13 05:49:02.276894778 +0100
@@ -3,7 +3,7 @@ SUBDIRS = src
 all::
 
 install::
-	cd ./etc/generator; ./generator.sh /usr/local/etc
+	cd ./etc/generator; ./generator.sh ${prefix}/share
 
 clean::
 	rm -rf ./etc/generator/autodafe/*
diff -up autodafe-0.1/src/adbg/Makefile.in.old autodafe-0.1/src/adbg/Makefile.in
--- autodafe-0.1/src/adbg/Makefile.in.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/src/adbg/Makefile.in	2009-03-13 05:49:02.277839539 +0100
@@ -14,7 +14,7 @@ clean:
 	rm -f *~ *.o adbg
 
 install:all
-	cp ./adbg /usr/local/bin
+	cp ./adbg ${prefix}/bin
 
 uninstall:
-	rm /usr/local/bin/adbg
+	rm ${prefix}/bin/adbg
diff -up autodafe-0.1/src/adc/Makefile.in.old autodafe-0.1/src/adc/Makefile.in
--- autodafe-0.1/src/adc/Makefile.in.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/src/adc/Makefile.in	2009-03-13 05:49:02.277839539 +0100
@@ -29,7 +29,7 @@ clean:
 	rm -f  *~ *.o adc parser.c parser.h y.output
 
 install: all
-	cp ./adc /usr/local/bin
+	cp ./adc ${prefix}/bin
 
 uninstall:
-	rm /usr/local/bin/adc
+	rm ${prefix}/bin/adc
diff -up autodafe-0.1/src/autodafe/file.c.old autodafe-0.1/src/autodafe/file.c
--- autodafe-0.1/src/autodafe/file.c.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/src/autodafe/file.c	2009-03-13 05:49:02.278869899 +0100
@@ -15,6 +15,7 @@
 #include <sys/types.h> /* stat */
 #include <sys/stat.h>  /* stat */
 #include <unistd.h>    /* stat */
+#include <sys/param.h> /* PATH_MAX */
 
 #include "debug.h"
 #include "conf.h"
diff -up autodafe-0.1/src/autodafe/Makefile.in.old autodafe-0.1/src/autodafe/Makefile.in
--- autodafe-0.1/src/autodafe/Makefile.in.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/src/autodafe/Makefile.in	2009-03-13 05:57:22.287861010 +0100
@@ -14,9 +14,9 @@ clean:
 	rm -f  *~ *.o autodafe
 
 install:all
-	cp ./autodafe /usr/local/bin
-
-	cp -r ../../etc/generator/autodafe /usr/local/etc
+	cp ./autodafe ${prefix}/bin
+	
+	cp -r ../../etc/generator/autodafe ${prefix}/share/
 
 uninstall:
-	rm /usr/local/bin/autodafe
+	rm ${prefix}/bin/autodafe
diff -up autodafe-0.1/src/pdml2ad/Makefile.in.old autodafe-0.1/src/pdml2ad/Makefile.in
--- autodafe-0.1/src/pdml2ad/Makefile.in.old	2006-08-05 00:00:39.000000000 +0200
+++ autodafe-0.1/src/pdml2ad/Makefile.in	2009-03-13 05:49:02.279860335 +0100
@@ -14,7 +14,7 @@ clean:
 	rm -f *~ *.o pdml2ad
 
 install:all
-	cp ./pdml2ad /usr/local/bin
+	cp ./pdml2ad ${prefix}/bin
 
 uninstall:
-	rm /usr/local/bin/pdml2ad
+	rm ${prefix}/pdml2ad
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009