diff options
Diffstat (limited to 'data/rdesktop/make.sh')
-rw-r--r-- | data/rdesktop/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rdesktop/make.sh b/data/rdesktop/make.sh index f7ca30387..4bb8c7f34 100644 --- a/data/rdesktop/make.sh +++ b/data/rdesktop/make.sh @@ -1,4 +1,4 @@ pkg:setup -pkg:configure --with-openssl="${PKG_ROOT}/usr" +pkg:configure --with-openssl="$(PKG_DEST_ openssl)/usr" --with-sound=no make pkg:install |