mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
11 lines
402 B
Plaintext
11 lines
402 B
Plaintext
|
|
#!/bin/sh -e
|
||
|
|
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
|
||
|
|
# this package needs.
|
||
|
|
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
|