Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] vinstall doesn't work with wildcards?
@ 2020-12-02  5:13 harrisonthorne
  2020-12-02  5:24 ` CameronNemo
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: harrisonthorne @ 2020-12-02  5:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]

New issue by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/26881

Description:
Tried rebasing with this repository's master branch and it didn't fix the following issue:

`vinstall` in the following template yields the error `cannot find 'VST2_SDK/public.sdk/source/vst2.x/*'...`

I've confirmed with an `ls` that the files do in fact exist at that path.

Am I doing this the wrong way? Is there a workaround?

Template:

```
# Template file for 'steinberg-vst36'
pkgname=steinberg-vst36
version=3.6.7
revision=1
short_desc="Steinberg's VST SDK (version 3.6)"
maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
license="Custom:?"
homepage="http://www.steinberg.net/en/company/developers.html"
distfiles="https://www.steinberg.net/sdk_downloads/vstsdk367_03_03_2017_build_352.zip"
checksum=5e8f1058177472f6dd3b5c1e7f8e0e76f37c5f751fed65936e04ff2441ce831a
wrksrc="VST_SDK"

do_install() {
	ls VST2_SDK/public.sdk/source/vst2.x
	vmkdir usr/include/vst36/pluginterfaces/vst2.x
	vinstall "VST2_SDK/public.sdk/source/vst2.x/*" 644 "usr/include/vst36/"
	vinstall "VST2_SDK/pluginterfaces/vst2.x/*" 644 "usr/include/vst36/pluginterfaces/vst2.x/"

	vlicense VST3_SDK/doc/*License*
}
```

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-01-21 17:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02  5:13 [ISSUE] vinstall doesn't work with wildcards? harrisonthorne
2020-12-02  5:24 ` CameronNemo
2020-12-06 21:54 ` lane-brain
2020-12-06 21:56 ` lane-brain
2020-12-06 21:58 ` harrisonthorne
2020-12-06 21:59 ` lane-brain
2020-12-06 22:19 ` lane-brain
2020-12-06 22:20 ` lane-brain
2020-12-06 22:23 ` harrisonthorne
2020-12-06 22:31 ` lane-brain
2020-12-06 22:31 ` lane-brain
2020-12-06 22:31 ` lane-brain
2020-12-06 22:32 ` lane-brain
2020-12-06 22:36 ` lane-brain
2020-12-07  0:05 ` lane-brain
2020-12-07  0:06 ` lane-brain
2021-01-21 17:25 ` ericonr
2021-01-21 17:25 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).