From: Paweł Gołaszewski Date: Fri, 28 Sep 2001 17:09:59 +0000 (+0000) Subject: - fix for new am X-Git-Url: http://git.pld-linux.org/?p=packages%2Faptitude.git;a=commitdiff_plain;h=993026bfdc72c69dc835aa18384553de747262d8 - fix for new am Changed files: aptitude-am_fix.patch -> 1.1 --- diff --git a/aptitude-am_fix.patch b/aptitude-am_fix.patch new file mode 100644 index 0000000..5f40135 --- /dev/null +++ b/aptitude-am_fix.patch @@ -0,0 +1,15 @@ +--- ./Makefile.am.org Fri Sep 28 19:07:45 2001 ++++ ./Makefile.am Fri Sep 28 19:11:02 2001 +@@ -10,11 +10,10 @@ + + install-data-local: + [ -d $(DESTDIR)/var/lib/aptitude ] || mkdir $(DESTDIR)/var/lib/aptitude +- # FIXME: this really ought to use the autoconf directory variables + + uninstall-local: + rm -fr $(DESTDIR)/var/lib/aptitude +- # Is -r a good idea here? ++ Is -r a good idea here? + + dist-hook: + rm -f $(distdir)/ChangeLog