You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/agda/files/agda-make_install.patch

15 lines
549 B

--- Agda-1.1-cvs20050601/src/Makefile.in.old 2006-07-12 14:47:06.000000000 +0200
+++ Agda-1.1-cvs20050601/src/Makefile.in 2006-07-12 14:47:25.000000000 +0200
@@ -74,10 +74,9 @@
install_bin: emacsagda agdachecker
${INSTALL} -d ${destdir}/bin/
+ ${INSTALL} -d ${bindir}
cp emacsagda ${destdir}/bin/emacsagda-${VERSION}
- -rm ${destdir}/bin/emacsagda
(cd ${destdir}/bin; ln -s emacsagda-${VERSION} emacsagda)
- -(cd ${bindir}; ln -s ${destdir}/bin/emacsagda emacsagda)
# No more energy to create variants
${INSTALL} agdachecker ${bindir}