cp ../conf/storage_ids.conf

pull/83/head
yuqing 2016-12-07 19:57:53 +08:00
parent 16faa343a4
commit 81e469b104
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ install:
mkdir -p $(CONFIG_PATH) mkdir -p $(CONFIG_PATH)
cp -f $(ALL_PRGS) $(TARGET_PATH) cp -f $(ALL_PRGS) $(TARGET_PATH)
if [ ! -f $(CONFIG_PATH)/tracker.conf.sample ]; then cp -f ../conf/tracker.conf $(CONFIG_PATH)/tracker.conf.sample; fi if [ ! -f $(CONFIG_PATH)/tracker.conf.sample ]; then cp -f ../conf/tracker.conf $(CONFIG_PATH)/tracker.conf.sample; fi
if [ ! -f $(CONFIG_PATH)/storage_ids.conf.sample ]; then cp -f ../conf/storage_ids.conf $(CONFIG_PATH)/storage_ids.conf.sample; fi
clean: clean:
rm -f $(ALL_OBJS) $(ALL_PRGS) rm -f $(ALL_OBJS) $(ALL_PRGS)