diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-28 21:51:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-28 21:51:13 -0200 |
commit | 4b2e3b8a4699498f41b5b7375d8b49ff22230d84 (patch) | |
tree | e5262b8cecc975d1660629d95721bd3af22e195e | |
parent | 8423121e9c4d5187f9e6287a48d94a78de7aa70e (diff) | |
download | debian-4b2e3b8a4699498f41b5b7375d8b49ff22230d84.tar.gz debian-4b2e3b8a4699498f41b5b7375d8b49ff22230d84.tar.bz2 |
Ruby: downloading existing dependencies (2)
-rw-r--r-- | ruby.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |