diff options
author | pingplug | 2018-01-15 21:32:45 +0800 |
---|---|---|
committer | pingplug | 2018-01-15 21:32:45 +0800 |
commit | cfeb085a3f2993946996982c924e8438019017b3 (patch) | |
tree | 4bc435d94c6468d81464bd5669a07281fc3f5868 | |
parent | f05b73e456e7b65a084b8edb98237988dd6725b4 (diff) | |
download | aur-cfeb085a3f2993946996982c924e8438019017b3.tar.gz |
minor fix
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,4 +37,5 @@ build() { package() { cd "${srcdir}/build" make DESTDIR=${pkgdir} install + install -Dm644 "../${_pkgname}-${pkgver}/dlib/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } |