diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:34:50 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 20bd0a196859ecbc215da194403a3bfa3ef2264f (patch) | |
tree | 920af5a68aec55586dce2e160d22d0aa081ec263 /gst-plugins-base | |
parent | ca9df6680b068ed5da9e5b72eb666444bb71d353 (diff) | |
download | opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz |
update romster ports for new man page location
Diffstat (limited to 'gst-plugins-base')
-rw-r--r-- | gst-plugins-base/.footprint | 10 | ||||
-rw-r--r-- | gst-plugins-base/Pkgfile | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gst-plugins-base/.footprint b/gst-plugins-base/.footprint index 19f4e2600..35259a4fd 100644 --- a/gst-plugins-base/.footprint +++ b/gst-plugins-base/.footprint @@ -229,11 +229,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-sdp-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-tag-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-video-1.0.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gst-device-monitor-1.0.1.gz --rw-r--r-- root/root usr/man/man1/gst-discoverer-1.0.1.gz --rw-r--r-- root/root usr/man/man1/gst-play-1.0.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gir-1.0/ -rw-r--r-- root/root usr/share/gir-1.0/GstAllocators-1.0.gir @@ -249,3 +244,8 @@ drwxr-xr-x root/root usr/share/gir-1.0/ drwxr-xr-x root/root usr/share/gst-plugins-base/ drwxr-xr-x root/root usr/share/gst-plugins-base/1.0/ -rw-r--r-- root/root usr/share/gst-plugins-base/1.0/license-translations.dict +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gst-device-monitor-1.0.1.gz +-rw-r--r-- root/root usr/share/man/man1/gst-discoverer-1.0.1.gz +-rw-r--r-- root/root usr/share/man/man1/gst-play-1.0.1.gz diff --git a/gst-plugins-base/Pkgfile b/gst-plugins-base/Pkgfile index 440b511a4..c0e4be972 100644 --- a/gst-plugins-base/Pkgfile +++ b/gst-plugins-base/Pkgfile @@ -15,7 +15,6 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-debug \ --disable-nls \ --disable-dependency-tracking \ |