6.0.0-alt23
- Fix build
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
Name: branding-simply-linux
|
||||
Version: 6.0.0
|
||||
Release: alt22
|
||||
Release: alt23
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
|
||||
@ -399,6 +399,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
/etc/xdg/menus/xfce-applications-merged/50-xfce-applications.menu
|
||||
|
||||
%changelog
|
||||
* Tue Sep 13 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt23
|
||||
- Fix build
|
||||
|
||||
* Tue Sep 13 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt22
|
||||
- New indexhtml design with more links
|
||||
|
||||
|
@ -56,6 +56,6 @@ indexhtml:
|
||||
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
|
||||
done
|
||||
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
|
||||
cp -a components/indexhtml/img $(INDEXHTML_DIR)
|
||||
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png
|
||||
cp -a components/indexhtml/images $(INDEXHTML_DIR)
|
||||
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/images/product-logo.png
|
||||
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
|
Reference in New Issue
Block a user