r1948: Some fixes for path changes
authorSimo Sorce <idra@samba.org>
Fri, 20 Aug 2004 09:21:58 +0000 (09:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:25 +0000 (10:52 -0500)
(This used to be commit 6cf02ec9e788b624cc4ddc67efe45ffbf4f0c443)

packaging/Debian/debian-stable/rules

index 676162a39f1bbc91c0fed0896536fbfc2d6d6091..91e77e6d0fd582d184214114b3c9da6206498c8f 100755 (executable)
@@ -135,9 +135,10 @@ install: build
        # libsmbclient files are not installed by the standard
        #       'make install' - do it manually.
        $(MAKE) -C source installclientlib DESTDIR=$(DESTDIR)
-       mv $(DESTDIR)/usr/lib/libsmbclient.so $(DESTDIR)/usr/lib/libsmbclient.so.0.1
+       mv $(DESTDIR)/usr/lib/samba/libsmbclient.so $(DESTDIR)/usr/lib/libsmbclient.so.0.1
        ln -s libsmbclient.so.0.1 $(DESTDIR)/usr/lib/libsmbclient.so.0
        ln -s libsmbclient.so.0.1 $(DESTDIR)/usr/lib/libsmbclient.so
+       mv $(DESTDIR)/usr/lib/samba/libsmbclient.a $(DESTDIR)/usr/lib/libsmbclient.a
 
        # Install other stuff not installed by "make install"
        install -m 0755 debian/mksmbpasswd.awk $(DESTDIR)/usr/sbin/mksmbpasswd