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
|
dfutool
|
||||||
display
|
display
|
||||||
dpkg-deb
|
dpkg-deb
|
||||||
|
dpkg-query
|
||||||
dpkg-reconfigure
|
dpkg-reconfigure
|
||||||
dropdb
|
dropdb
|
||||||
edquota
|
edquota
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user