diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-01 03:39:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-01 03:39:19 +0800 |
commit | 97c042e5a88c72a1231a275e05fe1012cd6cac63 (patch) | |
tree | 4e4ef61c9a03a5072d454a9b13189a624f66a523 /emulators | |
parent | a60b409989a1dd4b49b3007428ca67524ee3d707 (diff) | |
download | freebsd-ports-gnome-97c042e5a88c72a1231a275e05fe1012cd6cac63.tar.gz freebsd-ports-gnome-97c042e5a88c72a1231a275e05fe1012cd6cac63.tar.zst freebsd-ports-gnome-97c042e5a88c72a1231a275e05fe1012cd6cac63.zip |
Avoid @exec
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/o2em/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/o2em/pkg-plist b/emulators/o2em/pkg-plist index fe99ea15d047..a5ea11e7c5cb 100644 --- a/emulators/o2em/pkg-plist +++ b/emulators/o2em/pkg-plist @@ -3,7 +3,7 @@ bin/dis48 %%PORTDOCS%%%%DOCSDIR%%/O2EM.txt %%PORTDOCS%%%%DOCSDIR%%/changelog.txt %%PORTDOCS%%%%DOCSDIR%%/license.txt -@exec mkdir -p %D/o2em/roms +@dir o2em/roms o2em/bios/o2rom.bin o2em/voice/E480.WAV o2em/voice/E481.WAV |