diff options
| author | Matthias Neugebauer <mtneug@mailbox.org> | 2019-08-05 11:50:24 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-05 11:19:16 -0300 |
| commit | d33131f113f101746c08670caa88c13be9dc8a9e (patch) | |
| tree | fe24772ee59a1805ac070096d736d4761f660b3b /community/vault/static-assets.patch | |
| parent | de6b6731e56db05587d3be7cdac1ffebb22f1f76 (diff) | |
| download | aports-d33131f113f101746c08670caa88c13be9dc8a9e.tar.bz2 aports-d33131f113f101746c08670caa88c13be9dc8a9e.tar.xz | |
community/vault: upgrade to 1.2.0
Diffstat (limited to 'community/vault/static-assets.patch')
| -rw-r--r-- | community/vault/static-assets.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/vault/static-assets.patch b/community/vault/static-assets.patch new file mode 100644 index 0000000000..af76e67dbe --- /dev/null +++ b/community/vault/static-assets.patch @@ -0,0 +1,17 @@ +This patch removes the custom output name option that is handled properly only +in the master branch of go-bindata-assetfs (see https://github.com/elazarl/go-bindata-assetfs/pull/32) +diff --git a/Makefile b/Makefile +index 8a72e5f70..4055122f4 100644 +--- a/Makefile ++++ b/Makefile +@@ -136,9 +136,8 @@ + + static-assets: + @echo "--> Generating static assets" +- @go-bindata-assetfs -o bindata_assetfs.go -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/... ++ @go-bindata-assetfs -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/... + @mv bindata_assetfs.go http +- @$(MAKE) -f $(THIS_FILE) fmt + + test-ember: + @echo "--> Installing JavaScript assets" |
