diff options
Diffstat (limited to 'data/gnupth/make.sh')
-rw-r--r-- | data/gnupth/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/gnupth/make.sh b/data/gnupth/make.sh new file mode 100644 index 000000000..f08099126 --- /dev/null +++ b/data/gnupth/make.sh @@ -0,0 +1,5 @@ +pkg:extract +cd * +pkg:configure --enable-static=no +make +pkg:install |