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 dfutool
display display
dpkg-deb dpkg-deb
dpkg-query
dpkg-reconfigure dpkg-reconfigure
dropdb dropdb
edquota edquota

View File

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