mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
This puts the README in the normal binary.
This commit is contained in:
parent
8c8fd921db
commit
b0daac22b2
1
Makefile
1
Makefile
@ -36,6 +36,7 @@ install:
|
||||
install -d /usr/X11R6/include/X11/pixmaps
|
||||
cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
|
||||
install -d /usr/share/doc/gbootroot/html/images
|
||||
cp -fa README /usr/share/doc/gbootroot/README
|
||||
cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html
|
||||
cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images
|
||||
cp -fa Changes /usr/share/doc/gbootroot/Changes
|
||||
|
@ -213,6 +213,7 @@ install:
|
||||
install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps
|
||||
cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm
|
||||
install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
||||
cp -fa README $(DESTDIR)/usr/share/doc/gbootroot/README
|
||||
cp -fa doc/html/{*html,*4} $(DESTDIR)/usr/share/doc/gbootroot/html
|
||||
cp -fa doc/html/images/{*jpg,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
||||
cp -fa Changes $(DESTDIR)/usr/share/doc/gbootroot/Changes
|
||||
|
@ -216,7 +216,7 @@ system "cp -fa $makefile $packaging_place/Makefile";
|
||||
|
||||
# Basically this is stuff we want in the source package, but not the normal
|
||||
# package
|
||||
system "cp -fa README $packaging_place/README";
|
||||
##system "cp -fa README $packaging_place/README";
|
||||
system "cp -fa COPYING $packaging_place/COPYING";
|
||||
system "cp -fa user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch $packaging_place/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch";
|
||||
chdir("$packagine_place/yard");
|
||||
|
@ -211,7 +211,7 @@ system "cp -fa $makefile $packaging_place/Makefile";
|
||||
|
||||
# Basically this is stuff we want in the source package, but not the normal
|
||||
# package
|
||||
system "cp -fa README $packaging_place/README";
|
||||
##system "cp -fa README $packaging_place/README";
|
||||
system "cp -fa COPYING $packaging_place/COPYING";
|
||||
system "cp -fa user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch $packaging_place/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch";
|
||||
chdir("$packagine_place/yard");
|
||||
|
Loading…
x
Reference in New Issue
Block a user