Changeset 590a911 in freewrt for target/linux


Ignore:
Timestamp:
Jun 19, 2006, 2:40:07 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
695e020
Parents:
60bdcd0
Message:

fix another unportability

git-svn-id: svn://www.freewrt.org/trunk/freewrt@148 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/image/Makefile

    r60bdcd0 r590a911  
    3737
    3838install-prepare:
    39         find $(KDIR)/root -type f ! -perm +0100 | xargs chmod 0644
    40         find $(KDIR)/root -type f -perm +0100 | xargs chmod 0755
     39        find $(KDIR)/root -type f ! -perm -0100 | xargs chmod 0644
     40        find $(KDIR)/root -type f -perm -0100 | xargs chmod 0755
    4141        find $(KDIR)/root -type d | xargs chmod 0755
    4242        mkdir -p $(KDIR)/root/tmp
Note: See TracChangeset for help on using the changeset viewer.