:: [DNG] Converting srpms to debs
Startseite
Nachricht löschen
Nachricht beantworten
Autor: Edward Bartolo
Datum:  
To: dng
Betreff: [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.