null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 15:29:08 JST
Kouhei Sutou 2012-05-29 15:29:08 +0900 (Tue, 29 May 2012) New Revision: 549e8e117e48663a2f7a0051c80e8a5f5356407d Log: apt: remove garbage / I hate rsync's /... :< Modified files: packages/apt/Makefile.am Modified: packages/apt/Makefile.am (+1 -1) =================================================================== --- packages/apt/Makefile.am 2012-05-29 14:34:05 +0900 (a7d13c3) +++ packages/apt/Makefile.am 2012-05-29 15:29:08 +0900 (45d9a12) @@ -17,7 +17,7 @@ remove-existing-packages: download: for distribution in $(DISTRIBUTIONS); do \ rsync -avz --progress --delete \ - $(RSYNC_PATH)/$${distribution}/ $(REPOSITORIES_PATH)/; \ + $(RSYNC_PATH)/$${distribution} $(REPOSITORIES_PATH)/; \ done sign-packages: