null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 14:57:22 JST
Kouhei Sutou 2012-05-29 14:57:22 +0900 (Tue, 29 May 2012)
New Revision: 44d9fc7e306398c4a2dda335f9542897bf1d5b03
Log:
apt: add missing ditribution name to destination
Modified files:
packages/apt/Makefile.am
Modified: packages/apt/Makefile.am (+4 -3)
===================================================================
--- packages/apt/Makefile.am 2012-05-29 14:43:40 +0900 (3fc8ab9)
+++ packages/apt/Makefile.am 2012-05-29 14:57:22 +0900 (1b6e98b)
@@ -24,9 +24,10 @@ ensure-rsync-path:
fi
download: ensure-rsync-path
- for distribution in $(DISTRIBUTIONS); do \
- rsync -avz --progress --delete \
- $(RSYNC_PATH)/$${distribution} ${REPOSITORIES_PATH}/; \
+ for distribution in $(DISTRIBUTIONS); do \
+ rsync -avz --progress --delete \
+ $(RSYNC_PATH)/$${distribution} \
+ ${REPOSITORIES_PATH}/$${distribution}/; \
done
sign-packages: