diff options
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/prj/d.lst | 1 | ||||
-rw-r--r-- | setup_native/scripts/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/setup_native/prj/d.lst b/setup_native/prj/d.lst index 475c59e2d6e1..15abb0fb68c6 100644 --- a/setup_native/prj/d.lst +++ b/setup_native/prj/d.lst @@ -15,7 +15,6 @@ mkdir: %_DEST%\bin\userscripts ..\%__SRC%\bin\noarch\fake-db-1.0-0.noarch.rpm %_DEST%\bin\openoffice.org-userland-1.0-0.noarch.rpm ..\%__SRC%\bin\langpackscript.sh %_DEST%\bin\langpackscript.sh -..\%__SRC%\bin\linuxpatchscript.sh %_DEST%\bin\linuxpatchscript.sh ..\%__SRC%\bin\downloadscript.sh %_DEST%\bin\downloadscript.sh ..\%__SRC%\bin\unpack_update.sh %_DEST%\bin\unpack_update ..\%__SRC%\bin\update.sh %_DEST%\bin\update diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk index 9479617b3e00..f7c828cd561d 100644 --- a/setup_native/scripts/makefile.mk +++ b/setup_native/scripts/makefile.mk @@ -29,7 +29,6 @@ TARGET=install UNIXTEXT= \ $(BIN)$/langpackscript.sh \ - $(BIN)$/linuxpatchscript.sh \ $(BIN)$/javaloader.sh \ $(BIN)$/update.sh \ $(BIN)$/downloadscript.sh |