softgun
Group: Members
Posts: 120
Joined: Dec. 2004 |
|
Posted: Mar. 03 2005,14:46 |
|
Quote (cbagger01 @ Mar. 02 2005,13:05) | However, if you want to change a file that will be wrapped up into the *.dsl, you can do it. Just make sure that you do it after you do your apt-get install but before you do your ./deb2dsl
So, for example, if you wanted to replace /usr/bin/links with a different file, you would install apt-get install links and then do a mv /home/dsl/mycustomfile/links /usr/bin/links
Then run the ./deb2dsl script and your new file will get wrapped up into the *.dsl package.
Hope this helps. |
I was under the impression that deb2dsl script just wrapped up the debs in the sources list and not the live functioing files.
|