cp ../conf/storage_ids.conf
parent
16faa343a4
commit
81e469b104
|
|
@ -28,5 +28,6 @@ install:
|
|||
mkdir -p $(CONFIG_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)/storage_ids.conf.sample ]; then cp -f ../conf/storage_ids.conf $(CONFIG_PATH)/storage_ids.conf.sample; fi
|
||||
clean:
|
||||
rm -f $(ALL_OBJS) $(ALL_PRGS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue