summaryrefslogtreecommitdiff
path: root/community/weblogs/ArneBab/porting-simple-packages.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'community/weblogs/ArneBab/porting-simple-packages.mdwn')
-rw-r--r--community/weblogs/ArneBab/porting-simple-packages.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/weblogs/ArneBab/porting-simple-packages.mdwn b/community/weblogs/ArneBab/porting-simple-packages.mdwn
index becea251..4fc5d67f 100644
--- a/community/weblogs/ArneBab/porting-simple-packages.mdwn
+++ b/community/weblogs/ArneBab/porting-simple-packages.mdwn
@@ -36,13 +36,13 @@ Other simple tasks can be found on [[hurd/porting/guidelines]].
## Downloading the package source and installing dependencies
- apt-get source PACKAGE
- apt-get build-dep PACKAGE
+ apt source PACKAGE
+ apt build-dep PACKAGE
For example
- apt-get source lilypond
- apt-get build-dep lilypond
+ apt source lilypond
+ apt build-dep lilypond
## Fix the package