Set up symlinks for dpkg-query.
This commit is contained in:
parent
0d10b94e7a
commit
52bdba591a
1
completions/.gitignore
vendored
1
completions/.gitignore
vendored
@ -30,6 +30,7 @@ declare
|
||||
dfutool
|
||||
display
|
||||
dpkg-deb
|
||||
dpkg-query
|
||||
dpkg-reconfigure
|
||||
dropdb
|
||||
edquota
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user