Skip to content

Commit b6d2280

Browse files
Stew Benedictmwichmann
Stew Benedict
authored andcommitted
Upstream site changed cvs co instead of wget the perldeps.pl stuff
1 parent 31030ee commit b6d2280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/package/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# VERSION, RELEASE and LSB_VERSION get used by the spec file
44
PACKAGE=lsb-appchk-perl
55
VERSION=4.1.0
6-
RELEASE=1
6+
RELEASE=2
77
# default version we will test against - change as needed
88
LSBVERSION=4.1
99

@@ -109,7 +109,7 @@ $(SOURCE1):
109109
bzr export $(SOURCE1) $(BZRTREES)/$(BZR_MODULE)
110110

111111
$(SOURCE2):
112-
wget -Operldeps.pl 'http://rpm5.org/cvs/getfile?f=rpm/scripts/perldeps.pl&v=1.5'
113-
wget -OCOPYING.perldeps.pl 'http://rpm5.org/cvs/getfile?f=rpm/COPYING&v=1.3'
112+
cvs -d :pserver:anonymous@rpm5.org:/cvs co -p rpm/scripts/perldeps.pl > perldeps.pl
113+
cvs -d :pserver:anonymous@rpm5.org:/cvs co -p rpm/COPYING > COPYING.perldeps.pl
114114

115115
.PHONY : tarball rpm_package

0 commit comments

Comments
 (0)