parent
ff934952a0
commit
263c917c6a
2 changed files with 15 additions and 0 deletions
@ -1,5 +1,11 @@ |
||||
#!/bin/sh |
||||
|
||||
echo Starting custom installation step |
||||
|
||||
# These commands fail on Windows, but we don't really care. |
||||
|
||||
mkdir "${DESTDIR}/${MESON_INSTALL_PREFIX}/diiba" |
||||
mkdir "${DESTDIR}/${MESON_INSTALL_PREFIX}/diiba/daaba" |
||||
touch "${DESTDIR}/${MESON_INSTALL_PREFIX}/diiba/daaba/file.dat" |
||||
|
||||
echo Finishing custom install step |
||||
|
Loading…
Reference in new issue