diff options
author | Julien Louis <ptitlouis@sysif.net> | 2005-11-14 12:26:35 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2005-11-14 12:26:35 +0000 |
commit | 85f20851d8baeb124cb455dccfc80a983594c45f (patch) | |
tree | 35fa4e45e02ad92e503d2bc0e1db1ed2cb948b92 | |
parent | f2402d4be2659c62fe46ff8fee8d8d45718ecf34 (diff) | |
download | weechat-85f20851d8baeb124cb455dccfc80a983594c45f.zip |
Add -follow option to the find command to follow lib*.so symlinks
-rwxr-xr-x | debian/rules | 2 | ||||
-rwxr-xr-x | weechat/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e2b5ccad0..305e5084d 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,7 @@ binary-arch: build install -dRecommends `find $(PKGDIR)/usr/lib/weechat -type f -name "*.so"` dh_shlibdeps -a -l debian/weechat-curses/usr/lib -- -dDepends \ debian/weechat-curses/usr/bin/weechat-curses -dRecommends \ - `find debian/weechat-curses/usr/lib/ -type f -name "*.so"` + `find debian/weechat-curses/usr/lib/ -type f -follow -name "*.so"` dh_gencontrol -a dh_md5sums -a dh_builddeb -a diff --git a/weechat/debian/rules b/weechat/debian/rules index e2b5ccad0..305e5084d 100755 --- a/weechat/debian/rules +++ b/weechat/debian/rules @@ -80,7 +80,7 @@ binary-arch: build install -dRecommends `find $(PKGDIR)/usr/lib/weechat -type f -name "*.so"` dh_shlibdeps -a -l debian/weechat-curses/usr/lib -- -dDepends \ debian/weechat-curses/usr/bin/weechat-curses -dRecommends \ - `find debian/weechat-curses/usr/lib/ -type f -name "*.so"` + `find debian/weechat-curses/usr/lib/ -type f -follow -name "*.so"` dh_gencontrol -a dh_md5sums -a dh_builddeb -a |