diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:22 +0300 |
commit | ad700e1f6ea865e9733996589f7a8ae0ce74b708 (patch) | |
tree | 2c0b47fb6ad21acdf6308cc4cf3c810b492ddc40 /epm/prj | |
parent | 7ea2f89d49f913909c178e1ff34394a88b3d7b54 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'epm/prj')
-rw-r--r-- | epm/prj/d.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epm/prj/d.lst b/epm/prj/d.lst index 5eea5f2f3bad..315d3d175552 100644 --- a/epm/prj/d.lst +++ b/epm/prj/d.lst @@ -1,3 +1,3 @@ -..\%__SRC%\bin\epm %_DEST%\bin%_EXT%\epm -..\%__SRC%\bin\epminstall %_DEST%\bin%_EXT%\epminstall -..\%__SRC%\bin\mkepmlist %_DEST%\bin%_EXT%\mkepmlist +..\%__SRC%\bin\epm %_DEST%\bin\epm +..\%__SRC%\bin\epminstall %_DEST%\bin\epminstall +..\%__SRC%\bin\mkepmlist %_DEST%\bin\mkepmlist |