diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2000-02-15 19:05:38 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2000-02-15 19:05:38 +0000 |
commit | f7292ca49e45962c06b68b2d79a3907dfb36d75c (patch) | |
tree | 9f7fffa5e27fb066a1a6b653895dcb7526c84ab9 /methods/Makefile.in | |
parent | f60e5cd4452cd959bf4fd126f7fe57d1ff01e097 (diff) | |
download | dpkg-f7292ca49e45962c06b68b2d79a3907dfb36d75c.tar.gz |
Merge the potato branch:
* main/dpkg.8: don't list all authors but refer to THANKS file
* debian/control: correct Build-Dependencies for ncurses
* debian/control: update extended description to not list dependencies
for dpkg-dev
* Update lots of documentation
* main/enquiry.c: handle failed open of /dev/tty
* main/remove.c: revert earlier patch from Oct 11 1999 to remove
conffiles before removing directories. Due to the changed execution
order conffiles were no longer around when the postrm was run.
which is not what we want.
* methods/Makefile.in: create $(admindir)/methods/mnt
* scripts/dpkg-gencontrol.pl: undo Source-Version changes
* scripts/dpkg-source.pl: remove sticky bits from directory when
unpacking source
* scripts/install-info.pl: partially apply patch from Jammin Wheeler
<jammin@life.eu.org> to clean up errors
* scripts/update-alternatives.pl: implement --verbose
Diffstat (limited to 'methods/Makefile.in')
-rw-r--r-- | methods/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/Makefile.in b/methods/Makefile.in index 802065be1..4fc6f3ce0 100644 --- a/methods/Makefile.in +++ b/methods/Makefile.in @@ -25,6 +25,7 @@ cvslean:: clean .PHONY: install-program install-program: $(mkinstalldirs) $(DESTDIR)$(methodsdir) + $(mkinstalldirs) $(DESTDIR)$(admindir)/methods/mnt set -e ; for m in $(METHODS) ; do \ $(mkinstalldirs) $(DESTDIR)$(admindir)/methods/$$m ; \ $(mkinstalldirs) $(DESTDIR)$(methodsdir)/$$m ; \ |