From 8ba81966da940ff3fc642cf030766b815f52f050 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 7 Sep 1999 17:44:47 +0000 Subject: [PATCH] Fix for directory pruning. --- debian/fixlinks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/fixlinks b/debian/fixlinks index 906e1de..f265d3d 100644 --- a/debian/fixlinks +++ b/debian/fixlinks @@ -1,6 +1,10 @@ #!/bin/sh -e # Clean up after cvs's dreadful symlink handling, by making all the symlinks # this package needs. + +# These dirs may not exist if directory pruning is turned on. +install -d lib/to-rpm/tgz lib/to-rpm/slp + ln -sf ../rpm/rules lib/to-deb/tgz/rules ln -sf ../rpm/conffiles lib/to-deb/tgz/conffiles ln -sf ../rpm/conffiles lib/to-deb/slp/conffiles