]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
unzip: Fix typo.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 7 Oct 2011 18:50:08 +0000 (20:50 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 7 Oct 2011 18:50:08 +0000 (20:50 +0200)
unzip/unzip.nm

index faf915d8a84ba6252bf55934e2e2aba9f5d4112e..68ab00a15273f2284692d48e8fa499602884731d 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = unzip
 version    = 6.0
-release    = 1
+release    = 2
 
 groups     = Applications/Archiving
 url        = ftp://ftp.info-zip.org/pub/infozip/src/
@@ -40,7 +40,7 @@ build
                CC="gcc %{CFLAGS}" \
                LD=gcc
 
-       make_install_targetsi += \
+       make_install_targets += \
                prefix=%{BUILDROOT}/usr \
                MANDIR=/usr/share/man/man1 \
                INSTALL="cp -p"