:: [DNG] Converting srpms to debs
Top Pagina
Delete this message
Reply to this message
Auteur: Edward Bartolo
Datum:  
Aan: dng
Onderwerp: [DNG] Converting srpms to debs
If they are Perl scripts you can simple extract the contents, that is,
the actual scripts and place them in a dedicated directory. However,
you have to consider if your scripts call other scripts which should
be in a defined path.

That is what I would do avoiding having to deal with .deb conversion.
The latter, is not as simple simple as it might appear, as
distributions may save different parts of packages in different
directories.