This commit is contained in:
4fury-c3440d8
2021-12-21 21:12:41 +03:00
parent d42abb6fdb
commit f57cf924c1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s man" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("/usr/share")
+2 -2
View File
@@ -5,7 +5,7 @@
<Name>libmp4v2</Name>
<Homepage>https://github.com/TechSmith/mp4v2</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.1</License>
@@ -20,7 +20,7 @@
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>libmp4v2-c++11.patch</Patch> -->
<!-- <Patch>libmp4v2.patch</Patch> -->
</Patches>
</Source>