Changeset 279

Show
Ignore:
Timestamp:
11/18/04 18:43:38 (4 years ago)
Author:
aprilp
Message:

ipkg/rules: fixed conffiles, it was not doing it the right way

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/WIFIDOG_1_0_X/wifidog/ChangeLog

    r278 r279  
    11# $Header$ 
     22004-11-18 Philippe April <philippe@philippeapril.com> 
     3        * ipkg/rules: fixed conffiles, it was not doing it the right way 
    24 
    352004-11-18 Alexandre Carmel-Veilleux <acv@acv.ca> 
  • branches/WIFIDOG_1_0_X/wifidog/ipkg/rules

    r258 r279  
    107107        echo "Description: The WiFiDog project is a complete and embeedable captive portal solution for wireless community groups or individuals who wish to open a free HotSpot while still preventing abuse of their Internet connection." >> $(TMP_DIR)/CONTROL/control 
    108108        echo "Source: http://www.ilesansfil.org/wiki/WiFiDog" >> $(TMP_DIR)/CONTROL/control 
    109         echo "/etc/wifidog.conf" >> $(TMP_DIR)/CONTROL/conffiles 
     109        echo "/etc/wifidog.conf" > $(TMP_DIR)/CONTROL/conffiles 
    110110        $(IPKG_BUILD) -c -o root -g root $(TMP_DIR) $(CURDIR) 
    111111