]> arthur.barton.de Git - ngircd.git/commitdiff
Fixed minor typo.
authorAlexander Barton <alex@barton.de>
Wed, 9 Jul 2003 21:14:08 +0000 (21:14 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 9 Jul 2003 21:14:08 +0000 (21:14 +0000)
Makefile.am

index a1928b9dc40848fe87f15e4a6811b72ef289de33..2137d880b5b23447213e758a18380210aed9964c 100644 (file)
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.10.4.1 2003/07/09 21:05:25 alex Exp $
+# $Id: Makefile.am,v 1.10.4.2 2003/07/09 21:14:08 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = gnu
@@ -28,6 +28,6 @@ rpm: distcheck
        rpm -ta ngircd-*.tar.gz
 
 deb:
-       dpkg-buildpackage -r fakeroot
+       dpkg-buildpackage -rfakeroot
 
 # -eof-