hi,

strange enough it builds fine using pbebuild ($(mypwd) is empty)).
However, the cd statement seems needless to me as it already is in the
right directory before changing it again. Attached is a small patch for
Makefile.in. I dont know if this is a (good) solution.

debian/rules clean seems not to clean good anyway:

[EMAIL PROTECTED]:~/310661/steam-1.6.2$ zgrep ^+++ 
/mnt/pbuilder/result/*.diff.gz | grep -v debian
+++ steam-1.6.2/Makefile.in
++++ steam-1.6.2/services/search.pike   11 May 2005 07:15:23 -0000 1.7
++++ steam-1.6.2/services/fulltext.pike 4 May 2005 19:34:09 -0000 1.3
++++ steam-1.6.2/config/fulltext.cfg    4 May 2005 23:10:06 -0000 1.2
++++ steam-1.6.2/server/modules/searching.pike  10 May 2005 22:30:56 -0000      
1.4
++++ steam-1.6.2/client/client_base.pike        25 Apr 2005 16:12:58 -0000      
1.2
+++ steam-1.6.2/redhat/init.d/steam
+++ steam-1.6.2/sources/_XML/configure
+++ steam-1.6.2/sources/libxslt/configure
+++ steam-1.6.2/sources/wiki/configure
+++ steam-1.6.2/sources/configure
+++ steam-1.6.2/spm/configure
+++ steam-1.6.2/spm/spm
+++ steam-1.6.2/tools/debug.pike
+++ steam-1.6.2/tools/export
+++ steam-1.6.2/tools/export_users
+++ steam-1.6.2/tools/import
+++ steam-1.6.2/configure
+++ steam-1.6.2/setup
+++ steam-1.6.2/version
+++ steam-1.6.2/Makefile

bye,
    - michael
--- steam-1.6.2.orig/Makefile.in        2005-03-02 22:32:30.000000000 +0100
+++ steam-1.6.2/Makefile.in     2005-05-25 12:06:16.000000000 +0200
@@ -69,7 +69,6 @@
        #-test -f /var/lib/mysql/mysqld.sock && cp -R 
/var/lib/mysql/mysqld.sock $(STEAMDIR)/mysqld.sock
        #-test -f /var/run/mysqld/mysqld.sock && cp -R 
/var/run/mysqld/mysqld.sock $(STEAMDIR)/var/run/mysqld/mysqld.sock
        
-       cd $(mypwd)
        rm __tmp.tar
 
 install-php:

Reply via email to