diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-02-20 18:06:54 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-02-20 18:06:54 +0000 |
commit | a5b86cc1e66cb0f71ed53780fb9c1fadd494397a (patch) | |
tree | e10db6e1125b19e556a737d463641dccaf62190d /Makefile | |
parent | f0c5079ca35f407a7c5736fb24f438fe76404fdf (diff) | |
download | common-data-a5b86cc1e66cb0f71ed53780fb9c1fadd494397a.tar common-data-a5b86cc1e66cb0f71ed53780fb9c1fadd494397a.tar.gz common-data-a5b86cc1e66cb0f71ed53780fb9c1fadd494397a.tar.bz2 common-data-a5b86cc1e66cb0f71ed53780fb9c1fadd494397a.tar.xz common-data-a5b86cc1e66cb0f71ed53780fb9c1fadd494397a.zip |
Fix location of mdk-eazel-engine capplet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,9 +66,9 @@ buildrpm: # rules to build a distributable rpm -rpm: changelog cvstag dist buildrpm +rpm: dist buildrpm -dist: cleandist dir export tar +dist: changelog cvstag cleandist dir export tar export: cvs export -d $(PACKAGE)-$(VERSION) -r $(TAG) $(PACKAGE) |