summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2005-08-03 08:05:58 +0000
committerFlorent Villard <warly@mandriva.com>2005-08-03 08:05:58 +0000
commitf0f245272fceee55c92b5daa3942927148d06a5d (patch)
tree5bed7ed2e0f3fb5b41151b0cbf2aa3979e1628be /Makefile
parent8cb73f30ccb8b02bb983a7dd084ba97ee4a5aab7 (diff)
downloaddrakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.gz
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.bz2
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.tar.xz
drakx-backup-do-not-use-f0f245272fceee55c92b5daa3942927148d06a5d.zip
some x86_64 build fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52fd53bd2..ba4ad1c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ upload:
$(MAKE) upload_only
upload_only:
- function upload() { rel=`echo $$1 | sed 's!$(ROOTDEST)/!!'`; rsync -qSavz --verbose --exclude '*~' -e ssh --delete $$1/$$2 mandrake@ken:/c/cooker/$$rel; } ;\
+ function upload() { rel=`echo $$1 | sed 's!$(ROOTDEST)/!!'`; rsync -qSavz --verbose --exclude '*~' -e ssh --delete $$1/$$2 mandrake@ken:/c/x86_64/$$rel; } ;\
upload $(MEDIA_INFO_DEST) 'compssUsers.pl*' ;\
upload $(MEDIA_INFO_DEST) rpmsrate ;\
upload $(STAGE2_DEST) '*.clp' ;\