index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-10-10 23:56:15 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-10-11 15:12:44 -0500 |
commit | 471b1fa54395f7f16939e213f50aaf76f390553b (patch) | |
tree | c0e3c7e9452337f9d61e0789662e78f613b200a1 /pactest/tests/sync200.py.in | |
parent | caea098c2191a2d94a28e90bfef958c34473a5a4 (diff) |
-rw-r--r-- | pactest/tests/sync200.py.in | 2 |
diff --git a/pactest/tests/sync200.py.in b/pactest/tests/sync200.py.in index 3c11f83f..c83e9ac7 100644 --- a/pactest/tests/sync200.py.in +++ b/pactest/tests/sync200.py.in @@ -1,6 +1,6 @@ self.description = "Synchronize the local database" -if not "download" in "@LIBS@": +if not "fetch" in "@LIBS@": self.option['XferCommand'] = ['/usr/bin/curl %u > %o'] sp1 = pmpkg("spkg1", "1.0-1") |