File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ MAYBE_DISABLE_VERIFY=
1515endif
1616
1717install : dist-install-dir-$(CFG_BUILD )
18- $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --prefix=" $( CFG_PREFIX) " --libdir=" $( CFG_LIBDIR) " --mandir=" $( CFG_MANDIR) " " $( MAYBE_DISABLE_VERIFY) "
18+ $(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
2020 $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
2121
2222uninstall : dist-install-dir-$(CFG_BUILD )
23- $(Q ) sh tmp/dist/$(PKG_NAME ) -$(CFG_BUILD ) /install.sh --uninstall --prefix=" $( CFG_PREFIX) " --libdir=" $( CFG_LIBDIR) " --mandir=" $( CFG_MANDIR) "
23+ $(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
2525 $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
2626
You can’t perform that action at this time.
0 commit comments