summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-28 21:51:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-10-28 21:51:13 -0200
commit4b2e3b8a4699498f41b5b7375d8b49ff22230d84 (patch)
treee5262b8cecc975d1660629d95721bd3af22e195e
parent8423121e9c4d5187f9e6287a48d94a78de7aa70e (diff)
downloaddebian-4b2e3b8a4699498f41b5b7375d8b49ff22230d84.tar.gz
debian-4b2e3b8a4699498f41b5b7375d8b49ff22230d84.tar.bz2
Ruby: downloading existing dependencies (2)
-rw-r--r--ruby.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.md b/ruby.md
index 761ac9b..329ee6e 100644
--- a/ruby.md
+++ b/ruby.md
@@ -118,6 +118,7 @@ Backporting existing packages:
for package in $already_ported; do
apt-get -t jessie source --download-only $package
+ dpkg-source -x $package*dsc
done
Additional steps: