diff options
author | Julien BLACHE <jblache@debian.org> | 2006-01-10 21:58:08 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:22 +0000 |
commit | a1871913efc67d71e7b355a8a03655cbf12ab07f (patch) | |
tree | cfe538674b55d1d0325e83bbbe1a2703bd2262b9 /Makefile.in | |
parent | ab2ece358cc58b7a7d1671a72d62c2cafe8811bb (diff) | |
parent | 7fad909266d49203537a28e6acc5d96b14bf4e7f (diff) |
Imported Debian patch 0.99-1debian/0.99-1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index defb684..93e26a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,7 @@ clean: clean-recursive rpm: all-recursive checkinstall -R --strip=no --pkgname=xsane --pkgversion=@VERSION@ \ - --pkgsource=http://www.xsane.org --pkgaltsource=ftp://ftp.mostang.com/sane/xsane \ + --pkgsource=http://www.xsane.org --pkgaltsource=ftp://ftp.sane-project.org/pub/sane/xsane/ \ --pkggroup=Applications/Graphics --spec=xsane.spec --pkglicense=GPL --pkgrelease=1 distclean: clean distclean-recursive |