File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ endif
1717install : dist-install-dir-$(CFG_BUILD )
1818 $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --prefix=" $( DESTDIR) $( CFG_PREFIX) " --libdir=" $( DESTDIR) $( CFG_LIBDIR) " --mandir=" $( DESTDIR) $( CFG_MANDIR) " " $( MAYBE_DISABLE_VERIFY) "
1919# Remove tmp files while we can because they may have been created under sudo
20- $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
20+ $(Q)rm -R tmp/dist
2121
2222uninstall : dist-install-dir-$(CFG_BUILD )
2323 $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --uninstall --prefix=" $( DESTDIR) $( CFG_PREFIX) " --libdir=" $( DESTDIR) $( CFG_LIBDIR) " --mandir=" $( DESTDIR) $( CFG_MANDIR) "
2424# Remove tmp files while we can because they may have been created under sudo
25- $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
25+ $(Q)rm -R tmp/dist
2626
2727
2828# #####################################################################
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ putvar() {
4545 else
4646 printf " install: %-20s := %s %s\n" $1 " $T " " $2 "
4747 fi
48- printf " %-20s := %s\n" $1 " $T " >> config.tmp
4948}
5049
5150valopt () {
You can’t perform that action at this time.
0 commit comments