cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Jan. 29 2005,03:21 |
|
Two possibilities:
(1) Type in the entire command when prompted in the deb2dsl script.
(2) If that doesn't work, then edit the deb2dsl script and place a pound sign "#" in from of the last "tar" command and the last 3 "rm" commands. Then save your script. Then run deb2dsl. When the script is finished, open up the /tmp/mydsl.menu/packagename file with a text editor and change the command so that it reads like you want, IE: rxvt -T etc... Then save the file and then type in this command:
Code Sample | tar -zcvf packagename.dsl -T /tmp/deb2dsl_files.tmp -C /
|
and then save your new dsl extension somewhere with permanent storage and then reboot to get rid of the temporary files.
Good Luck.
|