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.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/weblogs/ArneBab/porting-simple-packages.mdwn b/community/weblogs/ArneBab/porting-simple-packages.mdwn
index becea251..ee7f76dc 100644
--- a/community/weblogs/ArneBab/porting-simple-packages.mdwn
+++ b/community/weblogs/ArneBab/porting-simple-packages.mdwn
@@ -13,7 +13,7 @@ See [[Instant Development Environment|contributing#index5h2]] - just follow the
## Getting the list of failed packages
- wget http://people.debian.org/~sthibault/failed_packages.txt.gz
+ wget http://people.debian.org/~sthibault/hurd-i386/failed_packages.txt.gz
gunzip failed_packages.txt.gz
## Finding a simple task
@@ -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