mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Michele Santullo <m.santullo@posteo.net>
14 lines
361 B
Diff
14 lines
361 B
Diff
diff --git a/Makefile b/Makefile
|
|
index a5ba63b..8364e93 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -214,7 +214,7 @@ size:
|
|
gzip < bpgdec | wc
|
|
|
|
install: bpgenc bpgdec
|
|
- install -s -m 755 $^ $(prefix)/bin
|
|
+ install -m 755 $^ $(prefix)/bin
|
|
|
|
CLEAN_DIRS=doc html libavcodec libavutil \
|
|
jctvc jctvc/TLibEncoder jctvc/TLibVideoIO jctvc/TLibCommon jctvc/libmd5
|