How to "move" files
6 Jun
2010
6 Jun
'10
23:37
Hi,
Files in the git repo are flat in a single directory. e.g., http://git.grml.org/?p=grml-debootstrap.git;a=tree
- How they are arranged into different places when packed into the .deb? - I want to move /etc/debootstrap/config to /usr/share/grml-debootstrap/functions/config, what other steps should I take, apart from altering the source code?
Thanks
6 Jun
6 Jun
23:39
* Tong Sun wrote [07.06.10 01:37]: Hi,
Hi,
Files in the git repo are flat in a single directory. e.g., http://git.grml.org/?p=grml-debootstrap.git;a=tree
- How they are arranged into different places when packed into the .deb?
- I want to move /etc/debootstrap/config to
/usr/share/grml-debootstrap/functions/config, what other steps should I take, apart from altering the source code?
Have a look at the debian/rules file.
Just build the package manually with dpkg-buildpackage to test your changes.
regards, Ulrich
5885
Alter (vor Tagen)
5885
Zuletzt aktiv (vor Tagen)
1 Kommentare
2 Teilnehmer
Teilnehmer (2)
-
Tong Sun -
Ulrich Dangel