]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
Remove trailing / in rules
authorSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 18:54:58 +0000 (18:54 +0000)
committerSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 18:54:58 +0000 (18:54 +0000)
debian/rules

index 61fb953d0e8199f4a3793a2154561b7ee4ff3ac3..1b1dd99e7e43b4f6f5f218341715aa18be06d155 100755 (executable)
@@ -61,7 +61,7 @@ install: build
        dh_clean -k
        dh_installdirs
 
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/mysqltcl/
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/mysqltcl
        rm -rf \
                $(CURDIR)/debian/mysqltcl/usr/share/man/mann \
                $(CURDIR)/debian/mysqltcl/usr/bin \