diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:22:41 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:22:41 +0000 |
commit | a6462c69392249332366e0c139eb501c5d66468a (patch) | |
tree | ac1b1437e9750f79ec2ce2f2456e142e0c960e63 /Makefile | |
parent | c6aa0c7fac9b51274820c4501f755b936fca33dd (diff) | |
download | control-center-a6462c69392249332366e0c139eb501c5d66468a.tar control-center-a6462c69392249332366e0c139eb501c5d66468a.tar.gz control-center-a6462c69392249332366e0c139eb501c5d66468a.tar.bz2 control-center-a6462c69392249332366e0c139eb501c5d66468a.tar.xz control-center-a6462c69392249332366e0c139eb501c5d66468a.zip |
rpmlitn will be very happy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ dis: clean rpm: dis # ../$(NAME)-$(VERSION).tar.bz2 $(RPM) - chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 #rpmlint is happy + chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.xpm.bz2 #rpmlint is happy cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES cp -f *.xpm.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ |