diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/glibc/.footprint | 1 | ||||
-rwxr-xr-x | base/glibc/Pkgfile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/base/glibc/.footprint b/base/glibc/.footprint index 4451707ce..f9a220698 100644 --- a/base/glibc/.footprint +++ b/base/glibc/.footprint @@ -297,7 +297,6 @@ drwxr-xr-x root/root usr/include/drm/ -rw-r--r-- root/root usr/include/drm/.install (EMPTY) -rw-r--r-- root/root usr/include/drm/i810_drm.h -rw-r--r-- root/root usr/include/drm/i830_drm.h --rw-r--r-- root/root usr/include/drm/nouveau_drm.h -rw-r--r-- root/root usr/include/drm/vmwgfx_drm.h -rw-r--r-- root/root usr/include/elf.h -rw-r--r-- root/root usr/include/endian.h diff --git a/base/glibc/Pkgfile b/base/glibc/Pkgfile index edaf1581d..0b1397f2f 100755 --- a/base/glibc/Pkgfile +++ b/base/glibc/Pkgfile @@ -64,7 +64,7 @@ esac fi for i in drm.h drm_sarea.h i915_drm.h \ mga_drm.h r128_drm.h radeon_drm.h savage_drm.h \ - sis_drm.h via_drm.h drm_mode.h + sis_drm.h via_drm.h drm_mode.h nouveau_drm.h do rm $PKG/usr/include/drm/$i done } |