mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Add raster to make file
Make dir detection more wonder_sk friendly git-svn-id: http://svn.osgeo.org/qgis/trunk@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f4c171dea8
commit
c3b8ff34d0
@ -9,5 +9,6 @@
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
SUBDIRS = core \
|
||||
gui
|
||||
gui \
|
||||
raster
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#set -x
|
||||
DIRS=`ls -lah | grep ^d|grep -v '\.$' |grep -v '\.\.$' |grep -v '.svn' |awk '{print $8}' | awk '$1=$1' RS=`
|
||||
DIRS=`ls -1F |grep / |sed 's/\///g'`
|
||||
|
||||
TOTALDIRS=0
|
||||
TOTALEXES=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user