From 993026bfdc72c69dc835aa18384553de747262d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Fri, 28 Sep 2001 17:09:59 +0000 Subject: [PATCH] - fix for new am Changed files: aptitude-am_fix.patch -> 1.1 --- aptitude-am_fix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 aptitude-am_fix.patch 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 -- 2.44.0