Changeset 1255


Ignore:
Timestamp:
01/24/12 13:01:31 (4 months ago)
Author:
tschmitt
Message:
  • debian/rules korrigiert.
Location:
main/linuxmuster-linbo/branches/testing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/debian/changelog

    r1254 r1255  
    11linuxmuster-linbo (2.0.4-0) unstable; urgency=low 
    22 
    3   * rsync: updated to 3.0.9, removed Patch. 
     3  * rsync: updated to 3.0.9, building it unpatched. 
    44  * ntfs-3g: updated to 2012.1.15. 
    55 
  • main/linuxmuster-linbo/branches/testing/debian/rules

    r1254 r1255  
    285285 
    286286        # ntfs-3g 
    287         -@if [ ! -e $(NTFS3G_DIR)/src/.libs/ntfs-3g ]; then \ 
     287        -@if [ ! -e $(NTFS3G_DIR)/src/ntfs-3g ]; then \ 
    288288                echo "[1mBuilding ntfs-3g...[0m" ; \ 
    289                 ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/.libs/ntfs-3g && strip libntfs-3g/.libs/libntfs-3g.so.80.0.0 && strip ntfsprogs/.libs/mkntfs ); \ 
     289                ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/ntfs-3g && strip ntfsprogs/mkntfs ); \ 
    290290        fi 
    291291 
  • main/linuxmuster-linbo/branches/testing/linbo/etc/linbo-version

    r1225 r1255  
    1 LINBO 2.0.3-1 
     1LINBO 2.0.4-0 
Note: See TracChangeset for help on using the changeset viewer.