This website works better with JavaScript.
Home
Help
Sign In
KXStudio
/
Website
mirror of
https://github.com/KXStudio/Website
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Ignore packages containing "-static_"
pull/14/head
falkTX
5 years ago
parent
c53af31f7c
commit
ec61f17496
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
repo/generate-repo-page.sh
+ 1
- 1
repo/generate-repo-page.sh
View File
@@ -57,7 +57,7 @@ function has_data_package() {
}
for PACKAGE in ${PACKAGES[@]}; do
if is_blacklisted ${PACKAGE}; then
if is_blacklisted ${PACKAGE}
|| echo "${PACKAGE}" | grep -q "-static_"
; then
continue
fi
Write
Preview
Loading…
Cancel
Save