Changes between Version 2 and Version 3 of createPackagePatch
- Timestamp:
- Feb 10, 2012, 4:44:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
createPackagePatch
v2 v3 3 3 == Get the source code == 4 4 5 === Activate deb-sources == 5 === Activate deb-sources === 6 6 * In a machine running Caixa Mágica Linux make sure taht in the "/etc/apt/sources.list" file the lines beggining with "deb-src" are unommented, taht means without the "#" in the beggining. 7 7 * Now do: … … 9 9 sudo apt-get update 10 10 }}} 11 * Now download the source of the package you want to change: 11 === Get the source === 12 Now download the source of the package you want to change: 12 13 {{{ 13 14 mkdir package_name