reprepro-import URL now 4 level deep, not 3

This should have been fixed in the pervious commit, but sadly we
missed it.

Change-Id: Ie9b02ec31801de86cece8434c02a78ae3daa8ec8
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-07-13 11:02:54 -04:00
parent c325f97fa7
commit 7a1759f235
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
wget --recursive \
--no-parent \
--no-host-directories \
--cut-dirs=3 \
--cut-dirs=4 \
-R "index.html*" \
--directory-prefix=$PACKAGE_DIR \
$URL