Date: Tuesday, May 1, 2012 @ 14:19:38
Author: eric
Revision: 158042
Add distribution logos (close FS#26521)
Modified:
linux_logo/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-05-01 17:24:23 UTC (rev 158041)
+++ PKGBUILD 2012-05-01 18:19:38 UTC (rev 158042)
@@ -14,6 +14,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ find ./logos -type f | sort > logo_config
./configure --prefix=/usr
make
}