summaryrefslogtreecommitdiff
path: root/src/install.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-01 15:38:10 +0100
committerdavidovski <david@davidovski.xyz>2022-05-01 15:38:10 +0100
commit13a43a3bda7be69b40480d871b61cbf15f3baec6 (patch)
treea9c4d3a1238b4afaa3f33a28bfc80ece31960217 /src/install.sh
parent69a4d1ed1f133523fd9d4920b93b272194f5ae80 (diff)
fixed ignoring symlinksv1.3
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index fb4ede1..3168fdc 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
extract () {
- tar -h --keep-old-files -p -vvxf $1 -C ${SYSROOT} 2>${LOG_FILE} | grep ^- | tr -s " " | cut -d" " -f6 | cut -c2-
+ tar -h --keep-old-files -p -vvxf $1 -C ${SYSROOT} 2>${LOG_FILE} | grep -v ^d | tr -s " " | cut -d" " -f6 | cut -c2-
}
install_package () {