Files
alien/debian/fixlinks

15 lines
507 B
Plaintext
Raw Normal View History

#!/bin/sh -e
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
# this package needs.
1999-09-07 17:44:47 +00:00
# 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
ln -sf ../rpm/rules lib/to-deb/slp/rules
ln -sf ../deb/spec lib/to-rpm/tgz/spec
ln -sf ../deb/spec lib/to-rpm/slp/spec
ln -sf debian/changelog CHANGES