From 074a2372e100a9eadaaa4248baa9d9053af559e0 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 25 Jun 2021 06:22:49 -0700 Subject: windows: adjust to stdlib rename. * inst.nsi: refer to library materials in stdlib rather than share\txr\stdlib. --- inst.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst.nsi b/inst.nsi index 7bc2e7d3..c77122ea 100644 --- a/inst.nsi +++ b/inst.nsi @@ -58,9 +58,9 @@ section "TXR" File LICENSE File METALICENSE SetOutPath $INSTDIR\txr\share\txr\stdlib - File share\txr\stdlib\*.txr - File share\txr\stdlib\*.tl - File share\txr\stdlib\*.tlo + File stdlib\*.txr + File stdlib\*.tl + File stdlib\*.tlo Delete /REBOOTOK $INSTDIR\txr\bin\sh.exe RmDir /r /REBOOTOK $INSTDIR\txr\share\man WriteUninstaller $INSTDIR\txr\uninstall.exe -- cgit v1.2.3