diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-27 12:20:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-27 12:20:15 +0000 |
commit | b756a420d6c39613300483296905500b5110ab37 (patch) | |
tree | 4790bc8ceb2a5c3bdecf81293400d7bf42dc3a29 /app-misc/redcore-skel | |
parent | 882042b4b8003a1fadfe1a4edf80d1a667b3bcc9 (diff) |
app-misc/redcore-skel : dont install scm folder
Diffstat (limited to 'app-misc/redcore-skel')
-rw-r--r-- | app-misc/redcore-skel/redcore-skel-1801-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-misc/redcore-skel/redcore-skel-1801-r2.ebuild b/app-misc/redcore-skel/redcore-skel-1801-r2.ebuild index 324b68fb..faecc431 100644 --- a/app-misc/redcore-skel/redcore-skel-1801-r2.ebuild +++ b/app-misc/redcore-skel/redcore-skel-1801-r2.ebuild @@ -45,6 +45,8 @@ src_install () { dodir usr/share/sounds insinto usr/share/sounds doins "${FILESDIR}"/redcore.ogg + + rm -rf ${D}etc/.git } pkg_postinst() { |