mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Fix for directory pruning.
This commit is contained in:
4
debian/fixlinks
vendored
4
debian/fixlinks
vendored
@@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
|
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
|
||||||
# this package needs.
|
# 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/rules lib/to-deb/tgz/rules
|
||||||
ln -sf ../rpm/conffiles lib/to-deb/tgz/conffiles
|
ln -sf ../rpm/conffiles lib/to-deb/tgz/conffiles
|
||||||
ln -sf ../rpm/conffiles lib/to-deb/slp/conffiles
|
ln -sf ../rpm/conffiles lib/to-deb/slp/conffiles
|
||||||
|
|||||||
Reference in New Issue
Block a user