Set up symlinks for dpkg-query.

This commit is contained in:
Ville Skyttä 2011-11-01 22:17:27 +02:00
parent 0d10b94e7a
commit 52bdba591a
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,7 @@ declare
dfutool
display
dpkg-deb
dpkg-query
dpkg-reconfigure
dropdb
edquota

View File

@ -359,6 +359,7 @@ CLEANFILES = \
dfutool \
display \
dpkg-deb \
dpkg-query \
dpkg-reconfigure \
dropdb \
edquota \
@ -562,7 +563,7 @@ symlinks:
rm -f $(targetdir)/$$file && \
$(LN_S) dict $(targetdir)/$$file ; \
done
for file in dpkg-deb dpkg-reconfigure ; do \
for file in dpkg-deb dpkg-query dpkg-reconfigure ; do \
rm -f $(targetdir)/$$file && \
$(LN_S) dpkg $(targetdir)/$$file ; \
done